Python语法结构
>>> integer=input('请输入一个整数:')请输入一个整数:42
>>> if x<0 :
x=0
print('Negative changed to integer\n')
elif x==0:
SyntaxError: unindent does not match any outer indentation level
>>>
我这个应该没有语法错误,不知道为什么总是提示出错。
2012-03-11 22:38
2012-03-27 16:23
2012-03-30 09:36