python:IndentationError: expected an indented block
调试的时候出现如下错误:
IndentationError: expected an indented block
查询后,主要原因是python对于缩进比较敏感,
所以碰到这个问题的时候一般情况下检查缩进是没有任何问题的
当你碰到这个问题的时候,首先要考虑的就是你的缩进是否对了。
这个一般就能解决你的问题.....
x