运行 ❯
获取自己的
Python
服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
x = None if x: print("Do you think None is True?") elif x is False: print ("Do you think None is False?") else: print("None is not True, or False, None is just None...")
None 不是 True 或 False,None 仅仅是 None...