Commit f2430f33 by BellCodeEditor

save project

parent 1d33e005
Showing with 3 additions and 4 deletions
a=open(r'C:\Users\23487\Desktop\text.txt','w',encoding='UTF-8') e=open(r'C:\Users\23487\Desktop\text.txt','a',encoding='UTF-8')
a.write('体育了jojoba') e.write('\n实弹')
a.close() e.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