https://blog.hexabrain.net/294

try:
   예외를 유발할 수 있는 구문
except <예외 종류>:
   예외 처리를 수행하는 구문
else:
   예외가 발생하지 않을 경우 수행할 구문