Working With Python Exceptions and Differentiating From Syntax Errors

preview_player
Показать описание
A Python program terminates as soon as it encounters an error. In Python, an error can be a syntax error or an exception.

In this course, you’ll learn what an exception is and how it differs from a syntax error. After that, you’ll learn about raising exceptions.

In this beginning portion of the full course, you’ll learn how to:
- Raise an exception
- Differentiate exceptions from syntax errors

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

Thanks. Waitng for rest of the videos from this course.

SnapBackGuitar