Computer Science, asked by chakrabortysubhadity, 4 months ago

2
012. What are the various types of errors in python? Explain.

Answers

Answered by shuklasam93
1

Answer:

syntax

compilation

exceptional handling and many more

Answered by Bhanubrand
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