Commit 48ba5b0e by BellCodeEditor

save project

parent f913560c
Showing with 5 additions and 5 deletions
file=open(r'C:\Users\makcoo\Desktop\text.txt','w',encoding='utf-8') with open(r'C:\Users\makcoo\Desktop\text.txt','a',encoding='utf-8') as file:
#file.write('学校放寒假!!!') file.write('学校放寒假!!!'\n)
file.write('小强') file.write('小强')
file.close() #file.close()
\ No newline at end of file \ 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