#2
frogoscar2012-03-27 16:23
|
>>> 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
>>>
我这个应该没有语法错误,不知道为什么总是提示出错。