python 出现这个错误是什么原因_百度知道
以下是python常见错误1)忘记在 if , elif , else , for , while , class ...9)方法名拼写错误(导致 “AttributeError: 'str' object has no attribute '...
Python 异常处理 | 菜鸟教程
python标准异常异常名称 描述 BaseException 所有异常的基类 SystemExit 解释器请求...AssertionError 断言语句失败 AttributeError 对象没有这个属性 EOFError 没有内建输入...