python處理txt文件,將文本數據轉化爲矩陣

fo = open('datingTestSet2.txt') print ("文件名爲: ", fo.name) filelist = fo.readlines()            #將txt文件轉換爲所有的行組成的列表   numberoflines =len(filelist)         #得到行數             print ("行數: %s" % (numberofl
相關文章
相關標籤/搜索