Errors are the problems in a program due to which the program will stop the execution. In other words an error is an abnormal condition that results in unexpected behavior of a program
Kinds of errors
Syntax errors – arises due to poor understanding of the language
Logical errors – arises due to poor understanding of the problem and its solution
Errors in Python
Views: 0