Commit abfcf543 by BellCodeEditor

save project

parent d95d3052
Showing with 4 additions and 3 deletions
file1=open(r"C:\Users\6\Desktop\text.txt",'w',encoding="utf-8")
with open(r"C:\Users\6\Desktop\text.txt",'w',encoding="utf-8") as file1:
file1.write("welcome to phigros!")
file1.close()
\ No newline at end of file
with open(r"C:\Users\6\Desktop\text.txt",'a',encoding="utf-8") as file1:
file1.append("下面将进行基本的玩法教学")
\ 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