码迷,mamicode.com
首页 > 其他好文 > 详细

IndentationError: expected an indented block

时间:2018-04-25 19:00:16      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:code   否则   div   indent   class   条件   expect   报错   ted   

 

在if条件判断中,print需要按Tab键缩进,否则会报错

 

IndentationError: expected an indented block

 

1 age = 20
2 if age >= 18:
3     print(your age is, age)
4     print(adult)

 

IndentationError: expected an indented block

标签:code   否则   div   indent   class   条件   expect   报错   ted   

原文地址:https://www.cnblogs.com/denggelin/p/8946161.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!