sequence

PythonF

Fibonacci Sequence

An integer value N is passed as the input. The program must print the first N terms in the Fibonacci sequence. Input Format: The first line…