mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-07-05 00:49:57 +02:00
4 lines
39 B
Python
4 lines
39 B
Python
|
|
||
|
def isNaN(num):
|
||
|
return num != num
|