Commit 998394f3 by BellCodeEditor

save project

parent b7498cbe
Showing with 12 additions and 0 deletions
student1={'语文':90,'数学':81,'英语':90}
student2={'语文':98,'数学':99,'英语':100}
student3={'语文':89,'数学':97,'英语':95}
score={'小贝':student1,'诺伊':student2,'悟空':student3}
a=score['小贝']
for k,v in a.items():
print(k,v)
\ 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