好吧,我正在寫一個程序,讀取文本文件,並通過不同的線路,然而我遇到的問題是行尾(\ n)。我的目標是逐行讀取文本文件,並將其寫入列表中,並在將其添加到列表之前刪除行尾。 我已經試過這樣: thelist = []
inputfile = open('text.txt','rU')
for line in inputfile:
line.rstrip()
thelist
從GitHub克隆一個Git倉庫,如果我打開一個文件,進行任何更改,並保存文件後,下面在git diff輸出顯示出來: [email protected] "sync.scss";
\ No newline at end of file
[email protected] "sync.scss";
據我瞭解,\ No newline at end of file應該當沒有換行符時,標記文件