Question
Write a program to create the list and do the following operations using the predefined functions.
• To print sum of all element of the list• To find maximum element of the list• To find minimum element of the list• To find the length of the list• To sort the list in ascending order• To sort the list in descending order