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

3 lines
74 B
Python

input()
Case = tuple(map(int, input().split()))
print(max(Case)-min(Case))