Computer Science, asked by sangeethaj2017, 5 hours ago

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 srishtithakur0000
1

Answer:

Input : list1 = [10, 20, 4] Output : 4 Input : list2 = [20, 10, 20, 1, 100] Output : 1

Similar questions