Commit 59a750c4 by BellCodeEditor

save project

parent 9cd1ada9
Showing with 5 additions and 2 deletions
...@@ -3,4 +3,7 @@ f1=open(r'C:\Users\Administrator\Desktop\lz.txt','w',encoding='utf-8') ...@@ -3,4 +3,7 @@ f1=open(r'C:\Users\Administrator\Desktop\lz.txt','w',encoding='utf-8')
f1.write('小兰:12') f1.write('小兰:12')
f1.write('小丽:11') f1.write('小丽:11')
f1.write('李文:9') f1.write('李文:9')
f1.write('张伟:16') f1.write('张伟:16')
\ No newline at end of file f1.write('小强:10\n')
f1.write('李明:15\n')
f1.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