List Python Tutorial

numbers = [100, 34, 678]
print max(numbers)
print max(2, 3)