IndexError: list index out of range
索引错误:列表索引超出范围
TypeError: must be str, not int
类型错误 必须是一个字符串 不能是数字
SyntaxError: invalid syntax
语法错误 非法的语法
IndentationError: unindent does not match any outer indentation level
indent 缩进错误 : 未知缩进不匹配任何缩进等级
ValueError: substring not found
值错误:子字符串未找到
AttributeError: 'tuple' object has no attribute 'remove'
属性错误:元组对象没有属性'remove'
KeyError: 'fond'
key 键错误 没有指定的键值“fond”
TypeError: pop expected at least 1 arguments, got 0
类型错误:pop方法希望得到至少一个参数,但是现在参数为0