•  
      tasks #44544 Python program for n-th Fibonacci number
    #44544
    Mohini Singh (mohini)
    2022-08-09 03:08
    2022-08-09 03:08
    Details
    Python program for n-th Fibonacci number
    We have a number n, we have to find the nth Fibonacci term. As we know the Fibonacci term f(i) = f(i-1) + f(i+2), the first two terms are 0,1.
    5 - Medium
    State of Progress
    2022-05-02
    100
    2022-05-04
    Mohini Singh (mohini)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-03
    Closed
    Attachments
    References
    References list is empty