会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
花草树木,林间鸟语,竹径幽深,溪涧流水,暖风和煦,怡然自乐
欢迎来到世外桃源~
CnBlogs
Home
New Post
Contact
Admin
Subscription
2021年2月6日
【python】python将两个txt按列合并
要点: 使用with打开文件。不需要关闭文件。 使用zip函数组合两个列表。 不带zip的代码,带内联注释: combine =[] with open("x.txt") as xh: with open('y.txt') as yh: with open("z.txt","w") as zh: #
Read More
posted @ 2021-02-06 12:01 人间寒梅
Views(1697)
Comments(0)
Diggs(0)
Edit
公告