Commit bf33e0aa by BellCodeEditor

save project

parent 009ff7de
Showing with 5 additions and 1 deletions
score = {'语文'91'数学'88,'英语'85}
student1= {'语文':91,'数学':88,'英语':35}
student2= {'语文':97,'数学':88,'英语':85}
student3= {'语文':10,'数学':27,'英语':100}
name = input("名字:")
info = score[name]
for k,v in score.iteme():
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