Commit f6fc48b3 by BellCodeEditor

save project

parent 12d946bf
Showing with 1 additions and 1 deletions
......@@ -7,7 +7,7 @@ for k in score2.values():
print(k)
score3 = {'语文':91,'数学':88,'英语':85}
for kin score3.keys():
for kin in score3.keys():
print(k)
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
......
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