Python Compiler : Python

a = {"owner" : "Elon Musk", "age" : 51} #display a: print(a) #display the data type of a: print(type(a))