python內置數據結構-數據類型分類

數據類型分類 數值型:int、float、complex、bool 序列對象:字符串 str、列表 list 、tuple 鍵值對:集合set、字典dict 數值型: int、float、complex、bool都是class int float complex bool python 3中int代表長整型,沒有大小限制,受限於內存區域的大小 float由整數部分和小數部分組成,是C中雙doubl
相關文章
相關標籤/搜索