Commit 63f28767 by BellCodeEditor

save project

parent 4c019625
Showing with 6 additions and 3 deletions
......@@ -5,5 +5,8 @@
#a.write('李文:9本\n')
#a.write('张伟:16本\n')
#a.close()
with open(r"C:\Users\87078\Desktop\FUCK.txt","a",encoding='utf-8')as FBI:
FBI.write('小红:14本')
\ No newline at end of file
#with open(r"C:\Users\87078\Desktop\FUCK.txt","a",encoding='utf-8')as FBI:
#FBI.write('小红:14本')
with open(r"C:\Users\87078\Desktop\FUCK.txt","r",encoding='utf-8')as FBI:
a=FBI.read()
print(a)
\ 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