PYTHON中关键字elif问题,请高手赐教
具体情况如下:>>>ifx<0:x=0print'Negativechangedtozero'elifx==0:File"<pyshell#12>",line4elifx...
具体情况如下:
>>> if x<0:
x=0
print'Negative changed to zero'
elif x==0:
File "<pyshell#12>", line 4
elif x==0:
^
IndentationError: unindent does not match any outer indentation level
不知道怎么回事,我用的是2.5,请大家帮帮忙,谢了
if后面的语句块都缩进了的,但是一写了elif语句,再换行就出现错误。 展开
>>> if x<0:
x=0
print'Negative changed to zero'
elif x==0:
File "<pyshell#12>", line 4
elif x==0:
^
IndentationError: unindent does not match any outer indentation level
不知道怎么回事,我用的是2.5,请大家帮帮忙,谢了
if后面的语句块都缩进了的,但是一写了elif语句,再换行就出现错误。 展开
6个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询