Commit 5a39d029 by BellCodeEditor

save project

parent e3d673e1
Showing with 4 additions and 4 deletions
flie=open(r'C:\Users\Administrator\Desktop.txt','w','utf-8')
flie=write(12,11,9,16)
flie=close()
\ No newline at end of file
file=open(r'C:\Users\Administrator\Desktop.txt','w',encoding='utf-8')
file.write('12,11,9,16')
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