Python编写时报错:expected an indented block
因为Python中没有分号,用严格的缩进来表示上下级从属关系。
添加Tab缩进后不再报错!
expected an indented block报错的原因
阅读 57
2022-03-11
Python编写时报错:expected an indented block
因为Python中没有分号,用严格的缩进来表示上下级从属关系。
添加Tab缩进后不再报错!
相关推荐
精彩评论(0)