person = { "name": "Ada", "job": "engineer", "age": 36 } print(person) print(person["name"])
Click Run to execute this code.