1) Write a program to swap elements at the even location
with the elements odd location in a list.
2)Create a dictionary with the roll number, name and marks of n
students in a class and display the names of students who have
scored marks above 75.
3)Write a python program to create a tuple and print a square
of each element.
4) Write a program to accept string into tuple and extract the
digits from the entered string into a new list. Print the extracted
numeric list.
Write a menu-driven program to perform following operations:
a) Show record b) Add new customer c) Delete a customer d)
Search record e) Update record f) Sort record g) Exit
6)Write a program to choose any 4 customers randomly for
lucky winners out of 100 customers.