Hank to hanker - Learning Note
一個成功的拳擊手, 就是在眾多的打擊和跌倒後爬起來。人生亦如是。
網頁
首頁
文章列表
Sublime Text
iOS Dev
Python
Linux
JavaScript
dotfiles
2010年12月25日 星期六
[Python] 逐行顯示檔案內容 read file line by line
f = open('C:\test.txt') for l in f: print(l.strip())
Reference:
http://docs.python.org/library/stdtypes.html#str.strip
http://maestric.com/doc/python/misc
較新的文章
較舊的文章
首頁