Commit 914b60de by BellCodeEditor

save project

parent d08bfa24
Showing with 2 additions and 0 deletions
......@@ -4,8 +4,10 @@ s3 = {'语文': 95, '数学': 100, '英语': 93}
score = {'悟空': s1, '诺依': s2, '小贝': s3}
n=input('name:')
if n in score:
print('*'*20)
for k,v in score[n].items():
print(k,v)
print('*'*20)
else:
print(no)
......
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