in gpython
>>>>d={'a' : 1} >>>>d.get('a') Traceback (mostrecentcalllast): File"test.py", line13, in<module>FIXMElineofsourcegoeshereAttributeError: "'dict' has no attribute 'get'"2019/09/2916:24:04AttributeError: "'dict' has no attribute 'get'"in python
>>>>d={'a' : 1} >>>>d.get('a') 1