python 基礎 | 0數據類型

Python標準數據類型:Numbers數字,String字符串,List列表,Tuple元組,Dict字典,set 集合 數字 字符串 布爾型 下面的數據類型先了解,之後會講到的 list – 列表 c = [10, 20, 30] print(type©) tuple – 元組 d = (10, 20, 30) print(type(d)) set – 集合 e = {10, 20, 30}
相關文章
相關標籤/搜索