Commit 151f6369 by BellCodeEditor

save project

parent 8fcb9c93
Showing with 3 additions and 0 deletions
score = {'语文':91,'数学':88,'英语':85} score = {'语文':91,'数学':88,'英语':85}
B11={'语文':97,'数学':95, '英语':93}
B12={'语文':98,'数学':94,'英语':100}
B13={'语文':80,'数学':92,'英语':95}
for i in s1: for i in s1:
print(i,s1[i]) print(i,s1[i])
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来 # 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
......
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