Skip to content

Commit 13eed71

Browse files
authored
Update Day_23.md
1 parent eb3e469 commit 13eed71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Status/Day_23.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ winner = max(scores)
6767
lst = []
6868

6969
if len(scores) != num:
70-
print('length of score is greater than input given')
70+
print('length of score is greater than input given')
7171
else:
72-
for score in scores:
73-
if winner > score:
74-
lst.append(score)
72+
for score in scores:
73+
if winner > score:
74+
lst.append(score)
7575

7676
runnerup = max(lst)
7777
print(runnerup)

0 commit comments

Comments
 (0)