python學習筆記—— 從第二行開始讀文件

filename = info.txt f = open('info.txt') next(f) for line in f: print(line) next()函數獲取了第一行的數據,但沒有作任何動做。這樣其後的FOR循環就直接從第二行開始讀取執行。 轉載於:https://www.cnblogs.com/ChenYi0919/p/8856553.htmlhtml
相關文章
相關標籤/搜索