Task: Given n numbers, I store them in a list and find the second highest.
I found a solution by acisikta19 on Github:
n = int(input()) arr = l