Question: Please solve the following using python. If you have the following list_1: list_1 =[10,30,3,4,6,9,45,30,8] Write a Python program to: a.-Find list_1 length b. Find maximum

Please solve the following using python.
If you have the following list_1: list_1 =[10,30,3,4,6,9,45,30,8] Write a Python program to: a.-Find list_1 length b. Find maximum number of list_1 c. Find minimum number of list_1 d. Find sum of list_1 element e. Add 9 to the list_1 f. Add [a,,v,d] to the list_1 g. Remove 4 from list_1 h. Insert ' r ' to the second position of list_1 i. Reverse the order of the list_1 j. Find index of element 45 of the list_1 k. -How many 30 in list_1 1. -Remove the element in the fourth position m. Remove all the elements from the list_1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
