>>> if x < 0:
x = 0
print 'Negative changed to zero'
elif x == 0:
print 'Zero'
elif x == 1:
print 'Single'
else:
print 'More'
File "<pyshell#18>", line 4
elif x == 0:
^
IndentationError: unindent does not match any outer indentation level
这段代码表面上看缩进没什么问题呀,就是通不过喃,求大侠指点
qq_花开花谢_0
三国纷争
相关分类