Commit 09c07556 by BellCodeEditor

save project

parent b9e25b37
Showing with 25 additions and 7 deletions
# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本'
ww=open(r'C:\Users\Administrator\Desktop\test.txt',"w",encoding='utf-8')
ww.write("小兰:12本")
ww.write("小丽:11本")
ww.write("李文:9本")
ww.write("张伟:16本")
ww.close()
\ No newline at end of file
# ww=open(r'C:\Users\Administrator\Desktop\test.txt',"w",encoding='utf-8')
# ww.write("小兰:12本")
# ww.write("小丽:11本")
# ww.write("李文:9本")
# ww.write("张伟:16本")
# ww.close()
ww=open(r'C:\Users\Jerry胡\Desktop\test.txt',"w",encoding='utf-8')
ww.write("锦瑟无端五十弦,\n")
ww.write("\n")
ww.write("\n")
ww.write("\n")
ww.write("")
ww.write("")
ww.write("")
ww.write("")
ww.write("")
ww.write("")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment