Everybody makes mistakes – especially while programming .
Mistakes made in programs are called errors and there are two types of main error in Python.
Syntax errors
Run-time errors
In loose terms, a syntax error occurs when you write some code that isn’t allowed in the Python language.
IDLE catches syntax errors before a program starts running, but some errors can’t be caught until a program is executed. These errors are known as run-time errors because they only occur at the time that a program is run.
On this page of the site you can watch the video online Errors in Python Programming : Syntax Error and Run-Time Error in Python with a duration of hours minute second in good quality, which was uploaded by the user The Knowledge Adda 17 September 2020, share the link with friends and acquaintances, this video has already been watched 1,717 times on youtube and it was liked by 22 viewers. Enjoy your viewing!