簡單介紹Python中的幾種數據類型

大致上把Python中的數據類型分爲以下幾類:python Number(數字) 包括int,long,float,complex String(字符串) 例如:hello,"hello",hello List(列表) 例如:[1,2,3],[1,2,3,[1,2,3],4] Dictionary(字典) 例如:{1:"niha
相關文章
相關標籤/搜索