Commit 299644e0 by BellCodeEditor

save project

parent e290a3b0
Showing with 3 additions and 0 deletions
......@@ -4,3 +4,6 @@
with open(r'C:\Users\LEGO\Desktop\text.txt',"a",encoding='utf-8') as file:
file.write("小丽:11本\n")
file.write("小兰:11本\n")
with open(r'C:\Users\LEGO\Desktop\text.txt',"r",encoding='utf-8') as file1:
a=file1.read()
print(a)
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