Q-1.Write a Python program to sum all the items in a list.
Q-2.Write a Python program to multiply all the items in a list.
Q-3.Write a Python program to get the largest number from a list.
Q-4.Write a Python program to get the smallest number from a list.
Q-5.Write a Python program to clone or copy a list.
Q-6.Write a Python program to interchange first and last elements in a list.
Q-7.Write a Python program to print reverse list.
Q-8.Write a Python program to delete 2nd elements.
Q-9.Write a Python program to add 24 in 2nd elements.
Q-10.Write a Python program to merge list2 in list1.