Python中常见错误

IndentationError(缩进错误):

expected an indented block    :应为缩进块

TypeError:(类型错误)

'*' object does not support item assignment  :某对象不支持项分配

IndexError(索引错误):

*  assignment index out of range :*  分配索引超出范围

猜你喜欢

转载自blog.csdn.net/weixin_42598585/article/details/85606025