Читать книгу Introduction to Python Programming for Business and Social Science Applications - Frederick Kaefer - Страница 50
Errors
ОглавлениеWriting Python code often results in three types of errors: syntax errors, exceptions, and logic errors. We explain and illustrate each of these error types in the following sections.