We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869aace commit 7380fbfCopy full SHA for 7380fbf
Basic Data Types/Find the Runner-Up Score!/Solution.py
@@ -0,0 +1,3 @@
1
+input()
2
+array = map(int, input().split())
3
+print(sorted(list(set(array)))[-2])
0 commit comments