Python Compiler : Python

a = dict(name="Musk", age=51) #display a: print(a) #display the data type of a: print(type(a))