Commit e933a087 by BellCodeEditor

save project

parent ef819b93
Showing with 5 additions and 3 deletions
......@@ -25,7 +25,8 @@
# money = sum(wx)
# print("价钱是"+str(money))
file = open("C:\\Users\\5H\\Desktop\\text.txt","w",encoding='utf-8')
file.write("王宣:自闭")
file.write("你我:快乐")
file = open("C:\\Users\\5H\\Desktop\\text.txt","a",encoding='utf-8')
file.write("小兰:12\n")
file.write("小强:10\n")
file.write("李明:15\n")
file.close()
\ 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