using dict in python code example Example: dictionary in python thisdictionary = {'key':'value','key1':'value1'} print(thisdictionary['key'])