Q. In no more than one sentence, explain the following Python error and how it could arise.


Type Error : unhashable type: 'list'

Answer =

It means that you have tried to assign a key with mutable type and python dictionary do not allow this.

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post