Computer Science, asked by jatinsachdeva1108, 2 months ago

What type of error will be produced when you type? Result = “Python” + 10 Name the error and error message.

Answers

Answered by AparnaSingh11989198
3

Answer:

Until now error messages haven’t been more than mentioned, but if you have tried out the examples you have probably seen some. There are (at least) two distinguishable kinds of errors: syntax errors and exceptions.

Answered by ⲎσⲣⲉⲚⲉⲭⳙⲊ
29

Answer:

Exception Description

  1. SyntaxError ↪Raised by the parser when a syntax error is encountered.
  2. IndentationError ↪Raised when there is an incorrect indentation.
  3. TabError Raised ↪when the indentation consists of inconsistent tabs and spaces.
  4. SystemError↪ Raised when the interpreter detects internal error.

Explanation:

Hope it helps you

Similar questions