Commit 3bb91e8d by BellCodeEditor

save project

parent c373cbde
Showing with 4 additions and 5 deletions
with open(r'C:\Users\Lenovo\Desktop\wzry.txt','w',encoding='utf-8') as file:
file.write('xl:12b')
file.write('xq:21')
file.close()
\ No newline at end of file
with open(r'C:\Users\Lenovo\Desktop\wzry.txt','a',encoding='utf-8') as file:
file.write('xl:12')
file.write('xq:21')
\ 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