Question: Create a dictionary that contains the keys a and b and their respective values1 and 2.
a
b
1
2
Hint:Dictionaries can be created either byusing curly brackets or by using thedict function.
dict