Commit 925f581d by BellCodeEditor

save project

parent 59f687ca
Showing with 32 additions and 0 deletions
# app=open(r"C:\Users\Administrator\Desktop\app.txt","a",encoding="utf-8")
# app.write('sb,x本\n')
# app.close()
# with open(r"C:\Users\Administrator\Desktop\app.txt","a",encoding="utf-8") as app:
# app.write('切尔西:12本\n')
app=open(r"C:\Users\Administrator\Desktop\app.txt","r",encoding="utf-8")
a=app.read()
print(a)
app.close()
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