Commit abd92c16 by BellCodeEditor

save project

parent b8fdcfb6
Showing with 2 additions and 1 deletions
......@@ -2,6 +2,7 @@ s1 = {'语文':0,'数学':0,'英语':0}
s2 = {'语文':1000000000000000000,'数学':100000000000000000000000000000000000000,'英语':100000000000000000000000000000000099999999999999999999999999999999999999999999999999999999999999999999999999999999999}
s3 = {'语文':110999999999999999999999999999999999999999999999999999999999999999,'数学':11099999999999999999999999999999999999,'英语':11099999999999999999999999999999999999}
k={'周子然':s3,'杨金涛':s2,'谢憨憨':s1}
score=k['杨金涛']
kk=input('名字:')
score=k[kk]
for k,v in score.items():
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