/FibonacciLoop

Python script for printing Fibonacci sequence numbers. up to n-th term where n is provided by the user, using looping

Primary LanguagePython

FibonacciLoop

Python script for printing Fibonacci sequence numbers using looping