Commit 2072f827 by BellCodeEditor

save project

parent 59f687ca
Showing with 10 additions and 0 deletions
f=open(r"C:\Users\p6555\Desktop\1.txt","w",encoding="utf-8")
f.write("雪玲:12")
f.close()
with open(r"C:\Users\p6555\Desktop\1.txt","w",encoding="utf-8") as f:
f.write("小兰:12本")
f.write("小丽:11本")
f.write("李文:9本")
f.write("点文:9本")
\ 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