Commit 532031f7 by BellCodeEditor

save project

parent 332f566a
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ student3={'语文':99,'数学':100,'英语':99} ...@@ -4,4 +4,4 @@ student3={'语文':99,'数学':100,'英语':99}
score={'悟空':student1,'诺伊':student2,'小贝':student3} score={'悟空':student1,'诺伊':student2,'小贝':student3}
info=score['悟空'] info=score['悟空']
for k,v in info.items(): for k,v in info.items():
print(k,v)
\ No newline at end of file \ 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