摘要: holle world 哈哈第一句这个 print('hello,world')print('hello','world','python')a=open('D:/1.txt','a+') #a+为在txt里新增 不去创建新的print('hello world',file=a)a.close()# 阅读全文
posted @ 2021-02-23 16:18 十年之后emmm 阅读(83) 评论(0) 推荐(0)