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

保存数据到txt

时间:2019-11-20 18:01:48      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:mod   odi   数据   span   utf-8   class   with open   nbsp   write   

join用的不错

a = "Hello, world"
b = "你好,世界"
c = "How are you?"
with open(file=a.txt, mode=w, encoding=utf-8) as f:
    f.write(\n.join([a, b, c]))
    f.write(\n + = * 30)

 

保存数据到txt

标签:mod   odi   数据   span   utf-8   class   with open   nbsp   write   

原文地址:https://www.cnblogs.com/wt7018/p/11899484.html

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