Syntax error and Exception | Python Tutorial

Опубликовано: 11 Сентябрь 2024
на канале: learndataa
2k
22

The video discusses errors and exceptions in Python.

00:00 - Introduction
00:11 - Error messages: Syntax errors, Exceptions
00:52 - Syntax errors or parsing errors: SyntaxError
01:54 - Exceptions: ZeroDivisionError
02:45 - Exceptions: NameError
03:35 - Exceptions: TypeError

continued ...

# ----------------
# Errors and Exceptions
# ----------------