Concepts

TypeError

A Python error that fires when an operation is applied to the wrong kind of value — for example, trying to do arithmetic on a piece of text instead of a number.

Return to all terms