Skip to content
skabra1973@gmail.com

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