Skip to content
Uncategorized

24.Write a menu-driven Python program to perform the following operations on a dictionary like Add Key-Value Pair Update Value Delete KeySearch Key Display Dictionary Display Keys Display Values Display Items Count Total Keys Clear Dictionary Exit

ASSIGNMENT Q.24 Q 24.Write a menu-driven Python program to perform the following operations on a dictionary like Add Key-Value Pair Update Value Delete KeySearch Key Display Dictionary Display Keys...

Read More

23.Write a Python program to create a dictionary to store a student’s information like Accept the following details: Roll Number Name Course Semester Percentage Store the details in a dictionary. Display all the student information. Display all keys and all values separately.

ASSIGNMENT Q.23 Q 23.Write a Python program to create a dictionary to store a student’s information like Accept the following details: Roll Number Name Course Semester Percentage Store the...

Read More

20. Write a menu-driven Python program to perform the following operations on a tuple like Display Tuple, Find Length, Find Maximum Element , Find Minimum Element, Calculate Sum, Count Occurrence of an Element , Find Position of an Element, Exit.

ASSIGNMENT Q.20 Q.20. Write a menu-driven Python program to perform the following operations on a tuple like Display Tuple, Find Length, Find Maximum Element , Find Minimum Element, Calculate...

Read More