Commit 3ff09c08 by BellCodeEditor

save project

parent 02e50a61
Showing with 4 additions and 3 deletions
a=open(r'C:\Users\蜘蛛侠\Desktop\1.txt','w',encoding='utf-8') a=open(r'C:\Users\蜘蛛侠\Desktop\1.txt','a',encoding='utf-8')
a.write('高远卓是卢浩铭儿子') a.write('高远卓是卢浩铭儿子\n')
\ No newline at end of file a.write('这是真的,不是假的')
a.close()
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