python基礎的一些總結

類型 string 字符串 abc 不可變 字符數組 tuple 元組 (1,2,3) 不可變 list 列表 [1,2,3] 可變 set 集合 set(1,2,3) 去重複,集合的通常操做 number 數字 整型(int) 浮點型(float) 複數(complex)不可變 dict 字典 {‘a’:1,’b’:2} 鍵值對 可變 檢查類型 isinstance(foo,int) type(
相關文章
相關標籤/搜索