- ValueError

 
- IndexError --> Out-of-range인 경우로 대부분 초기화하면 됨
a=[0]*(n+1)
 
- SyntaxError
 
- NameError
 
- ZeroDivisionError
 
- TypeError
 
- AttributeError
 
- KeyError -> Dict에서 Key 없음

+ Recent posts