You are on page 1of 15

1. Write a program to display unique vowels present in the given word?

Set program
List program
2)Write a program to take a tuple of numbers from the keyboard and print its sum and average?
3)Write a program to eliminate duplicates present in the set?
4)Write a Python program to create a queue and display all the members and size of
the queue
5)Write a program to enter name and percentage marks in a dictionary and display
information on the screen
6)Write a program to take dictionary from the keyboard and print the sum of values?
7)Write a program to find number of occurrences of each letter present in the given string?
8)Write a program to accept student name and marks from the keyboard and creates a
dictionary. Also display student marks by taking student name as input?
10)Remove and add item in the list
11)Slice list into 3 equal chunks and reverse each chunk
12)Create a Python set such that it shows the element from both lists in a pair
13)Find the intersection (common) of 2 sets and remove those elements from the first set.
14)Iterate a given list and check if a given element exists as a key’s value in a dictionary. If
not, delete it from the list.
15)Get all values from the dictionary and add them to a list but don’t add duplicates.

You might also like