go

解释一个Python函数

英文: Interpret one Python function 问题 能否请您帮忙解释这个函数的含义以及如何使用它?谢谢。 def isNaN(num): return num != num 英文...