Commit 297d2bd4 by BellCodeEditor

save project

parent 0ea626c3
Showing with 13 additions and 0 deletions
student1= {'语文':70,'数学':67,'英语':78}
student2= {'语文':-6456356845846846584658656863367666565665665660,'数学':84,'英语':87}
student3= {'语文':99,'数学':100,'英语':101}
score = {'马斯克':student3,'梅西':student2,'c罗':student1}
nams = input("名字:")
print("@" * 400)
ir name in score:
score = score[name]
for k,v in info.items():
print(k,v)
else:
print("查询错误,请输入正确的名字")
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
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