Slackbot
09/30/2020, 2:32 PMjosh
09/30/2020, 2:39 PMIn [1]: a = {1: 2}
In [2]: a[[1]]
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-2-2cff107a7920> in <module>
----> 1 a[[1]]
TypeError: unhashable type: 'list'
Ralph Willgoss
09/30/2020, 2:40 PMjosh
09/30/2020, 2:41 PMRalph Willgoss
09/30/2020, 2:41 PM