📜  如何在python代码示例中检查字符串值是否为nan

📅  最后修改于: 2022-03-11 14:45:34.265000             🧑  作者: Mango

代码示例1
if(term != term):
    print("it's a nan value")