Syntax, Runtime and Logical Errors in Python

preview_player
Показать описание
The 3 different types of programming errors you encounter when programming.

Рекомендации по теме
Комментарии
Автор

syntax error- 0:18
runtime error- 2:30
logical error- 5:55
:)

xthepain
Автор

Thank you, very helpful for young and/or inexperienced programmers.

squigglyunicorn
Автор

Good to the point explanation with examples. I have similar problems on my Final Exam.

THEMilkSHAIKH
Автор

There are three main types of errors in Python: syntax errors, runtime/exception errors, and logical errors. Syntax errors occur during code writing and can be identified by the Python interpreter. Runtime errors, also known as exceptions, occur during program execution due to unexpected conditions. Logical errors affect the program's logic and can lead to unpredictable results. Problem-solving involves debugging syntax errors during coding, handling runtime errors by understanding exceptions, and fixing logical errors by reviewing the program's logic.

ВиталийОвчаренко-ин
Автор

This was very helpful for my introduction to computing exam. Thanks

unholymosque
Автор

This video has really helped me clearing my doubts..thanks 😊

ankitasingh
Автор

Man, that's tragic about the Mars orbiter! Anyway, thanks for the info it was helpful.

angelabeckman
Автор

you made a syntax error at 3:03 when you wrote "Theres are"

BookofYAH
Автор

In python naming the print function wrong (i.e. prnt) is actually a NameError, which is a kind of a run time error and not a syntax error.

DKAl-vcrm
Автор

Process " program 1" is running.
Program 1 is not allowed to run in parallel. Would you like to stop the running the running one?
Every time when i try to run a code this problem occurs, how can i solve this problem? Please someone help

nayefhaque
Автор

Can any one tell me why in age he put age=int() and in the temp. He put it like temp.=int(input(
What is the difference

EnasKhalifa-uc
Автор

1+2++3+4+5 which type of error is this???

pravallikavicharapu
Автор

hello, can you help me?? cuz i dont have too much background in coding i tried to code and it put except RuntimeError as e: but i get an syntaxerror: invald syntax at that line

pilyotuts
Автор

Press F to pay respects for Ariane 5 and Mars Climate Orbiter.

ScienceCodeCreations