IndentationError:expected an indented block
python编写时报IndentationError:expected an indented block错误,此错误的解决方法如下。
操作方法
- 01
如图,当我们在if判断语句后执行print语句时,报错IndentationError:expected an indented block
- 02
此时只需要在print前面加tab键就可以了,即:后面需要缩进。
赞 (0)
python编写时报IndentationError:expected an indented block错误,此错误的解决方法如下。
如图,当我们在if判断语句后执行print语句时,报错IndentationError:expected an indented block
此时只需要在print前面加tab键就可以了,即:后面需要缩进。