Files
CodeObject/storage/zeta/py/completed/10818.py

3 lines
67 B
Python

input()
A = list(map(int, input().split() ) )
print(min(A), max(A))