[ad_1]
in python, in order to access values in a dict, you have two ways:
dict['key']dict.get('key')
dict('key') will not work.
[ad_2]
solved python3 programme raising TypeError: ‘dict’ object is not callable [closed]
[ad_1]
in python, in order to access values in a dict, you have two ways:
dict['key']dict.get('key')dict('key') will not work.
[ad_2]
solved python3 programme raising TypeError: ‘dict’ object is not callable [closed]