hello i just created a new function to calculate the first nth term in Fibonacci: it\'s like this
def fibo(n): if n==0: return 0 if n==1: retur