Example 1: python test is nan math.isnan(n) Example 2: check if something is nan python import math print math.isnan(float('NaN'))OutputTrue print ...
確定! 回上一頁