Commit 032fea22 by BellCodeEditor

auto save

parent 62692a77
Showing with 15 additions and 0 deletions
yuyuuu1 = {'语文':100,'数学':100,'英语':100,}
yuyuuu2 = {'语文':-99999999999999999999999999999999999999999940,'数学':-9999999999999999999999999999999999960,'英语':-9999999999999999999999999999999999960,}
yuyuuu3 = {'语文':-9999999999999999999999990,'数学':-999999999999999999999100,'英语':-99999999999999999100,}
score = {'马浩铭':yuyuuu1,'贾彬羽':yuyuuu2,'赵张轶':yuyuuu3}
while True :
name = input("名字:")
if name in score :
a = score[name]
print('艹'*30)
for k,v in a.items():
print(k,v)
break
else:
print('输入错误')
\ 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