Category: Python
-
Write a menu driven program to perform the following operations on list:
a. Insert elements at given position of the listb. Remove elements from given position of the listc. Sort list in descending orderd. Append elementse. Create list with in a particular range
-
Write a Python Program to swap the values of two variables.
(With or without using User defined Function)