![]() |
#2
外部三电铃2010-07-09 09:09
|
小弟是一个初学者,搞了很久都没在Pythonshell里面循环成功,请各位大侠指点,谢谢:
一下是我在PythonShell里面写的代码,最后就出现了一个错误了,
a,b=0,1
while b < 100:
... print b,
SyntaxError: expected an indented block (<pyshell#18>, line 2)