陈锦嘉 Python``` #SyntaxError语法错误 #typeError类型错误 #NameError名称错误 #ZeroDivistionError分母为0 #ValueError值异常 #AttributeError属性异常 #IndexError下标越界异常 ```