News
int: The next number in the Fibonacci sequence.
# initializing an array a with -1, meaning it has nothing in it. a=[-1]*10000 # It's cool to initialize the array. Isn't it? def fibo(n): # n means what term of the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results