2021-11-11 python 中print的用法

2021-11-11 python 中print的用法,第1张

2021-11-11 python 中print的用法
fp=open('E:/text.txt','a+')#a+ 如果文件不存在就创建,存在就在文件后继续追加
print('hello world',file=fp)
fp.close
#数据放文件,指定盘,使用file=  才能写入

输出数字,

print(520) 

不换行输出

print('hello','world','hhhhhhh')

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5436751.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-11
下一篇 2022-12-11

发表评论

登录后才能评论

评论列表(0条)

保存