[python] None, Nan 확인하기. awesome.junwoo 2020. 5. 17. 21:03. import numpy as np # None check x = None x is None # True x == None # True if None: ...
確定! 回上一頁