Computer Science, asked by kavyasolanki995, 3 days ago

TypeError occurs when
a. incorrect data type is supplied to an operator
b. mistyped variable name
c. attempt to divide by zero
d. invalid literal for variable​

Answers

Answered by kumarisoniasonia2488
0

Answer:

The TypeError object represents an error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type. A TypeError may be thrown when: an operand or argument passed to a function is incompatible with the type expected by that operator or function

Similar questions