python 學習代碼記錄

讀取文本內容,輸出列表 文本內容爲 text,text,mic-text,mic-text,mic-textpython with open("type.txt") as f1: type_ = f1.readlines() print(type_) type1 = ''.join(type_) type2 = type1.split(',') print(type1) print(ty
相關文章
相關標籤/搜索