python:IndentationError:expected an indented block错误

python:IndentationError:expected an indented block错误_第1张图片

学文本进度条时,因为在IDLE中"\r"不可用,所以到cmd中模拟。

报错“IndentationError: expected an indented block”

发现原因是没有缩进。。。我还以为那个省略号就是缩进呢。。。

Python语言对缩进太敏感了,以后记住:

遇到:if, def, for xxx

该缩就缩!

你可能感兴趣的:(python:IndentationError:expected an indented block错误)