Python學習筆記

Python 筆記 一.數據類型 Python 3 中有六種數據類型 1.Number (數字) 2.Tuple (元組) 3.Dictionary(字典) 4.String (字符串) 5.List(列表) 6.Sets(集合)python 1.Number(數字) 有三種不一樣的類型 (1)int (2)float (3) complex (複數) 備註: // 地板除 只取結果的整數部分we
相關文章
相關標籤/搜索