■ 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.