Commit 7ce07e66 by BellCodeEditor

save project

parent 77c121df
Showing with 2 additions and 4 deletions
f=open(r'C:\Users\Administrator\Desktop\test.txt','w', encoding='UTF-8')
f.write("mimh:10000000000000000000000元")
f.close()
\ No newline at end of file
with open(r'C:\Users\Administrator\Desktop\test.txt','a', encoding='UTF-8')as f:
f.write("yu")
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