Computers/Language python

try / except

emzei 2012. 3. 14. 19:42

try 블럭 내의 문장을 실행하다 exception이 발생하면

except 블럭에서 exception 핸들링 해줌


'Computers > Language python' 카테고리의 다른 글

hash function  (0) 2012.03.14
시간 측정  (0) 2012.03.14
list: pop  (0) 2012.03.14
index  (0) 2012.03.14
power operation  (0) 2012.03.14