0
Help im stuck
Write a program that will calculate and output the sum of maximum and minimum items of the given list. numbers = [14,5,6,8,17,28] #your code goes here Maximum = max(numbers) print(maximum) Minimum = min(numbers) print(minimum) What should i do?
2 Respuestas
+ 1
Thank you so much it works
0
print(minimum + maximum)