Notice
Recent Posts
Recent Comments
Link
아미(아름다운미소)
Python Exception Print 본문
파이썬 예외처리 방법
try:
1 / 0
except Exception as e:
print(e)
print(str(e))
print(e.args)
'랭귀지 > python' 카테고리의 다른 글
| python glob 특정디렉토리의 해당확장자를가진 파일리스트 추출 (0) | 2018.09.01 |
|---|---|
| Selenium 을 이용한 Web 테스트 자동화하기(Selenium with Python ) (0) | 2018.08.31 |
| python os.chdir os.getcwd (0) | 2018.08.29 |
| Python 간단한 Web Scraping 예제 (0) | 2018.08.28 |
| python glob (0) | 2018.08.27 |
Comments