https://docs.python.org/3/tutorial/errors.html#errors-and-exceptions
에러에는 두가지 주요 에러가 있다.
- 구문 오류 (syntax error)
- 코드 실행전 파서가 구조적 문제 발견
- 예외 (Exception)
- 실행 중에 발생하는 에러
https://docs.python.org/3/tutorial/errors.html#errors-and-exceptions
에러에는 두가지 주요 에러가 있다.