初学Python,很容易与各种错误不断的遭遇.通过集锦,可以快速的找到错误的原因和解决方法. 1.IndentationError:expected an indented block 说明此处需要缩进,你只要在出现错误的那一行,按空格或Tab(但不能混用)键缩进就行. 2.invalid syntax 说明此处语法错误,忘记在 if , elif , else , for , while , class ,def 声明末尾添加 “:” 使用 = 而不是 == 输出网页时没有对“”进行 \"\&…