30,763
社区成员
发帖
与我相关
我的任务
分享python的异常
SyntaxError 语法错误
NameError: name 'b' is not defined 变量名写错
IndentationError 缩进错误
ModuleNotFoundError 第三方包未安装
FileNotFoundError 文件未找到
AttributeError: 'int' object has no attribute 'eat' 对象没有某个属性和方法
IndexError: list index out of range 索引越界