Commit e8b6258c by BellCodeEditor

save project

parent 1f02f483
Showing with 7 additions and 1 deletions
score = {'语文':91,'数学':88,'英语':85} student1 = {'语文':91,'数学':86,'英语':85}
student2 = {'语文':90,'数学':58,'英语':95}
student3 = {'语文':71,'数学':78,'英语':75}
score = {'lll':student1,'sss':student2,'ppp':student3}
name =input("名字:")
info =score[name]
for k,v in score .items(): for k,v in score .items():
print(k,v) 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