- A SyntaxError
- B TypeError
- C ValueError
- D NameError
- Share this MCQ
Answer:
B
Share this MCQ
TypeError
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) Input In [4], inClick me to Read more Question & Answer of Python Errors and Exceptions Handling() ----> 1 a = 'Python' + 3 TypeError: can only concatenate str (not "int") to str |
Share this MCQ