Skip to content

Instantly share code, notes, and snippets.

@koluku
Created February 19, 2017 06:30
Show Gist options
  • Save koluku/0cefaec8d6338de811e96822369d34de to your computer and use it in GitHub Desktop.
Save koluku/0cefaec8d6338de811e96822369d34de to your computer and use it in GitHub Desktop.
N = int(input())
l = [int(input()) for i in range(N)]
print(min(l))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment