Commit ce232609 by BellCodeEditor

save project

parent e520b685
Showing with 4 additions and 2 deletions
open(r'C:\Users\makcoo\Desktop\新建 文本文档.txt','')
\ No newline at end of file
file=open(r'C:\Users\makcoo\Desktop\新建 文本文档.txt','w',encoding='utf-8')
file.write('国庆节快乐')
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