Computers/Language python
try / except
emzei
2012. 3. 14. 19:42
try 블럭 내의 문장을 실행하다 exception이 발생하면
except 블럭에서 exception 핸들링 해줌