Python 的 None 代表空,不含任何值,相當於其他語言(e.g. Java, C#, ... a = None if a is not None: print("a is not None") else: print("a is ...
確定! 回上一頁