當前位置:成語大全網 - 書法字典 - 如何用python刪除文件末尾的空行

如何用python刪除文件末尾的空行

Python讀取壹個文本文件,刪除文本文件中空行的代碼如下:

1

2

10

11

12

13

14

15

def delblankline(內場、外場):

"""刪除文件中的空白行"""

infp = open(infile," r")o

utfp = open(outfile,“w”)

lines = infp.readlines()

對李的臺詞是:

if li.split():

outfp.writelines(李)

infp.close()

outfp.close()

#呼叫示例

如果

__name__ == "__main__ ":

delblankline("1.txt "," 2.txt ")