Commit 5f07da54 by BellCodeEditor

save project

parent 3592a95c
Showing with 11 additions and 0 deletions
# q = open(r"C:\Users\ASUS\Desktop\sb.txt","a",encoding="utf-8")
# q = open(r"C:\Users\ASUS\Desktop\sb.txt","a",encoding="utf-8")
# q.write("se:50本\n")
# q.close()
with open(r"C:\Users\ASUS\Desktop\sb.txt","r",encoding="utf-8") as q:
a = q.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