python內置常量

False   bool 類型的假值。 給 False 賦值是非法的並會引起 SyntaxError。 True   bool 類型的真值。 給 True 賦值是非法的並會引起 SyntaxError。 None   NoneType 類型的惟一值。   我理解爲空值。 NotImplemented   未實現的方法,用於實現抽象方法。 Ellipsis   與省略號文字字面 「…」 相同。 de
相關文章
相關標籤/搜索