Jak sprawdzić, czy wartość ciągu jest nan w Pythonie
if(term != term):
print("it's a nan value")
the other guy
if(term != term):
print("it's a nan value")