有关indented的精选大全

IndentationError:expected an - indented block
“IndentationError:expectedanindentedblock”这个错误呀该怎么解决呢?下面来介绍一下方法。材料/工具电脑方法首先来翻译一下这个错误。翻译为“缩进错误:期望一个缩进的块”。Python最具特色的就是用缩进来写模块,缩...
indentationerror:expected an - indented block,应该怎么办?
这段代码完全没有问题,可能是你编辑器的问题,导致缩进对不上位置,另外我改写了下你的程序====================guess.py========number=23whileTrue:guess=raw_input('Enteraninteger('q'forquit):')#'q'forquitif...
热门标签