Commit afab76b0 by BellCodeEditor

save project

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