2
012. What are the various types of errors in python? Explain.
Answers
Answered by
1
Answer:
syntax
compilation
exceptional handling and many more
Answered by
3
Explanation:
Python - Error Types
Exception Description
SyntaxError Raised by the parser when a syntax error is encountered.
IndentationError Raised when there is an incorrect indentation.
TabError Raised when the indentation consists of inconsistent tabs and spaces.
SystemError Raised when the interpreter detects internal erro
Similar questions