Commit 8c634aa2 by BellCodeEditor

save project

parent 8b601fc9
Showing with 8 additions and 4 deletions
a=open(r"C:\Users\Think\Desktop\er.txt","w",encoding="utf-8")
a.write("re")
a.close()
\ No newline at end of file
# a=pen("C:ers\Think\Desktop\er.txt","w",encoding="utf-8")
# a.write("re")
# a.close()
with open(r"C:\Users\Think\Desktop\er.txt","a",encoding="utf-8") as a:
a.write("小黄:890本\n")
a.write("小绿:880本\n")
a.write("小兰:0本\n")
\ 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