Commit bd624fb2 by BellCodeEditor

save project

parent b7498cbe
Showing with 9 additions and 0 deletions
student1 = {'语文':90,'数学':100,'英语':85}
student2 = {'语文':100,'数学':98,'英语':100}
student3 = {'语文':100,'数学':100,'英语':100}
score = {'牢大':student1,'蔡徐坤':student2,'熊大':student3}
name = input("名字")
info = score[name]
for k,v in info.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