Commit 61d0f29e by BellCodeEditor

save project

parent 5b906e16
Showing with 4 additions and 2 deletions
f1=open(r'C:\Users\Administrator\Desktop\test.txt','w',encoding='utf-8')
f1.write('''12346790
''')
f1.write('小兰:10/n')
#f1.write('小强:12/n')
#f1.write('小明:10/n')
f1.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