python學習筆記(一)有關元組與函數

中文編碼 文件開頭加 # -- coding: UTF-8 -- 或者 #coding=utf-8 #coding=utf-8 的 = 號兩邊不要空格 元組 list 集合(相似數組) [] len()測長度 list.append(),往末尾添加元素 list.insert(num,xxx),插入 list.pop()刪除元素 list裏面的元素的數據類型也能夠不一樣 list元素也能夠是另外一
相關文章
相關標籤/搜索