isnan() function to check if it is NaN . if isinstance(value, float) and math.isnan(value): print( ...
確定! 回上一頁