NameError:name'pirnt'is not definde 名字错误,pirnt未被定义
SyntaxError:invalid syntax 语法错误,无效的语法
IndentationError:unexpected indent 缩进错误,一个不期望的缩进
TypeError: 'type' object is not subscriptable 该对像不可以进行下标操作,把不具有下标操作的对象加上了索引。 直
观体现就是不该加中括号的地方加上了中括号,或者把要加索引的对象
名写错了。
error 错误
name 名字
defined 已经定义
syntax 语法
invalid 无效
indentation 索引
unexpected 意外的,不期望的
character 字符
line 行
encoding 编码
declared 声明
details 细节,详细信息
ASCII 一种字符编码
最后修改:2020 年 10 月 11 日
© 允许规范转载