Commit 46887a16 by BellCodeEditor

save project

parent d1a52764
Showing with 6 additions and 3 deletions
...@@ -5,5 +5,8 @@ if name in score: ...@@ -5,5 +5,8 @@ if name in score:
if int(s)>score[name]: if int(s)>score[name]:
score[name]=int(s) score[name]=int(s)
print(score) print(score)
else else:
print() print(score)
\ No newline at end of file else:
score[name]=s
print(score)
\ 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