Commit fce82ab7 by BellCodeEditor

save project

parent de23e0bd
Showing with 8 additions and 0 deletions
student1={'ffff':91,'hhhh':88,'eeee':85}
student2={'ffff':97,'hhhh':98,'eeee':90}
student3={'ffff':95,'hhhh':100,'eeee':93}
score={'jjjj':student1,'kkkk':student2,'llll':student3}
name=input("gggg:")
info=score[name]
for k,v in info .items():
print(k,v)
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