Commit f75cd867 by BellCodeEditor

save project

parent 4bb916d5
Showing with 2 additions and 3 deletions
yuyuuu1 = {'语文':100,'数学':100,'英语':100,}
yuyuuu2 = {'语文':40,'数学':60,'英语':60,}
yuyuuu3 = {'语文':90,'数学':100,'英语':100,}
yuyuuu2 = {'语文':-99999999999999999999999999999999999999999940,'数学':-9999999999999999999999999999999999960,'英语':-9999999999999999999999999999999999960,}
yuyuuu3 = {'语文':-9999999999999999999999990,'数学':-999999999999999999999100,'英语':-99999999999999999100,}
score = {'马浩铭':yuyuuu1,'贾彬羽':yuyuuu2,'赵张轶':yuyuuu3}
# 查询并打印出输入的名字对应的所有科目的成绩
while True :
name = input("名字:")
if name in score :
......
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