Python3入门笔记及知识点整理

Python学习-报错信息汇总

2018-07-06  本文已影响30人  残阳夕露
查看所有Python相关学习笔记

此篇主要记录学习过程中遇到的各类报错信息,以便于编程中遇到报错信息能够快速定位问题的原因。

  1. IndentationError: unexpected indent 缩进问题
  2. SyntaxError: invalid character in identifier中文格式的括号
  3. IndexError: string index out of range下标越界
  4. SyntaxError: invalid syntax非法语句(多(漏)空格、','等
  5. ZeroDivisionError: division by zero除数不能为0
  6. NameError: name 'ssss' is not defined未定义的变量
  7. TabError: inconsistent use of tabs and spaces in indentationtab和space缩进格式问题
上一篇下一篇

猜你喜欢

热点阅读