예외 썸네일형 리스트형 파이썬 튜터리얼 정리 8 에러와 예외 エラーと例外 https://docs.python.org/ko/3/tutorial/errors.htmlhttps://psklog.tistory.com/54?category=788419https://wikidocs.net/30 8. 에러와 예외 エラーと例外 - (4문) 8.1. 문법 에러 構文エラー 문법에러 = 파싱에러 (parsing error) >>> while True print('Hello world') File "", line 1 while True print('Hello world') ^ SyntaxError: invalid syntax SyntaxError (문법 에러) 문제 줄(line 1) + 화살표로 표시-> True : print('Hello world') * 자주 발생하는 오류 1) FileNotF.. 이전 1 다음