Source Code:
(back to article)
x = '' if math.isnan(x): print('x is NaN')
Result:
Report an issue