Commit 48e1b55b by BellCodeEditor

save project

parent dc22b1a3
Showing with 10 additions and 0 deletions
with open(r"C:\Users\Administrator\Desktop\1.txt","w",encoding="utf-8") as a:
q=a.write("小强:10本\n")
print(q)
q=a.write("小兰:12本")
print(q)
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