在没有空行或空格时使用 elif 时显示语法错误需要帮助。 代码
>>> def Fibonacci(n):
if n<0:
print ("incorrect input")
elif n==1:
SyntaxError: invalid syntax
>>>
幕布斯7119047
相关分类