Learn Before
Concept
Runtime Errors
Runtime errors occur when the syntax of a program is correct, but a statement within the program prevents the interpreter from executing the code. These are also known as exceptions. For example, dividing by zero, performing type conversions on values that can not be converted, or performing operations on the wrong data type will all lead to runtime errors.
0
1
Updated 2021-06-15
Tags
Python Programming Language
Data Science