Python#3-1: Errors in Python

Опубликовано: 21 Май 2026
на канале: Amin K Amiri
901
7

This video introduces you to three types of errors that developers bump into in Python: syntax error, runtime error, and semantic error. The video also enumerates some sources of these errors. It explains how you can handle runtime errors using try-except statements. It also suggests a couple of ways that you can write a preventive code to avoid semantic errors.