coco_apm_exportdtconfig/sandbox/test.py

8 lines
107 B
Python

thisdict = {
"brand": "Ford",
"model": "Mustang",
"year": 1964
}
print(thisdict.get("brand"))