Commit 6dd580d4 by BellCodeEditor

save project

parent e2f3c388
Showing with 5 additions and 1 deletions
with open(r"C:\Users\肖慧\Desktop\test.txt",'w',encoding='utf-8')as file: with open(r"C:\Users\肖慧\Desktop\book.txt",'w',encoding='utf-8')as file:
file.write("小强:12本,李明:15本") file.write("小强:12本,李明:15本")
# file=open(r"C:\Users\肖慧\Desktop\book.txt",'w',encoding='utf-8')
# file.write("小强:12本,李明:15本")
# file.close()
\ 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