Commit dcb2efc0 by BellCodeEditor

save project

parent ed39b00d
Showing with 8 additions and 6 deletions
student1 = {'ww':91,'rr':88,'qq':85} student1 = {'ww':91,'rr':88,'qq':85}
student2 = {'ww':97,'rr':98,'qq':90}
student3 = {'ww':95,'rr':100,'qq':93}
score = {'dd': student1,'hh':student2,'ff':student3}
name = input("mm:")
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