Commit 367c35fd by BellCodeEditor

save project

parent cca1caa6
Showing with 7 additions and 4 deletions
score = {'语文':91,'数学':88,'英语':85}
for i,v in score.items():
print(i,v)
\ No newline at end of file
word = open(r"C:\Users\xuank\Desktop\diy.txt",'w',encoding='utf-8')
word.write("小兰:12本")
word.write("李文:19本")
word.write("张伟:10本")
word.write("小丽:39本")
word.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