python中if not x:和if x is not None:和if not x is None:使用介紹

代碼中常常有三中方式判斷變量是否爲None,主要有三種寫法:python (1) if x is None:字符串 (2)if not x:變量 (3)if not x is None:字典 在python中None,False,空字符串,空列表,空字典,空元組都至關於False,字符 eg:not None not False not'' not() not{} not[] 這些都會返回True
相關文章
相關標籤/搜索