Commit 7f1be978 by BellCodeEditor

save project

parent 59f687ca
Showing with 10 additions and 0 deletions
#a=open(r"C:\Users\稚慧人生\Desktop\SB.txt",'w',encoding='ut.write('a:1')
#a.write('s:2\n')
#.close()
with open(r"C:\Users\稚慧人生\Desktop\SB.txt",'a',encoding='utf-8')as a:
a.write('a:1\n')
a.write('s:2\n')
\ 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