0% found this document useful (0 votes)
7 views1 page

Python Dictionary Program Questions

Uploaded by

shriyansh yadav
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Python Dictionary Program Questions

Uploaded by

shriyansh yadav
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

■ Python Dictionary Program Question List

1. Write a Python program to create a dictionary and print it.

2. Write a Python program to add a key-value pair to a dictionary.

3. Write a Python program to update the value of an existing key in a dictionary.

4. Write a Python program to check whether a key exists in a dictionary.

5. Write a Python program to remove a key from a dictionary.

6. Write a Python program to iterate over keys and values in a dictionary.

7. Write a Python program to merge two dictionaries into one.

8. Write a Python program to find the maximum and minimum values in a dictionary.

9. Write a Python program to count the frequency of words in a string using a dictionary.

10. Write a Python program to sort a dictionary by its keys and values.

You might also like