Create list using python 1) to state name of color and return size of list 2) find the greatest and minimum value from the list. 3) find the sum of all elements in the list using python???
Answers
Answered by
1
Answer:
Input : list1 = [10, 20, 4] Output : 4 Input : list2 = [20, 10, 20, 1, 100] Output : 1
Similar questions