Comment vérifier si une valeur de chaîne est nan en python
if(term != term):
print("it's a nan value")
the other guy
if(term != term):
print("it's a nan value")