码迷,mamicode.com
首页 > 其他好文 > 详细

File 读取处理大数据文件

时间:2020-05-05 14:02:51      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:for   big   ==   file   test   end   大数据   utf8   txt   

bigFile = "File.txt"
appendTest = open(bigFile,"r",encoding="utf8")
num = 0
for i in appendTest:
    num += 1
    if num == 2:
        i = "".join([i.strip(),"\"+被处理行!\""])
    print(i.strip())
appendTest.close()

File 读取处理大数据文件

标签:for   big   ==   file   test   end   大数据   utf8   txt   

原文地址:https://www.cnblogs.com/surenliu/p/12830499.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!