Question: Create a dictionary that contains the keys a and b and their respective values1 and 2.

Hint:Dictionaries can be created either byusing curly brackets or by using thedict function.