特牛网址导航

029--python--输出helloworld到文件-CSDN博客

网友收藏
文章浏览阅读106次。fp = open('e:\python\B.txt','w',encoding='utf-8')print('hello,world', file=fp)fp.close()