codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Fibonacci series without using recursion #283

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of article

Write a Python program to print fibonacci series without using recursion.

Additional information

Input  : 10
Output : 0 1 1 2 3 5 8 13 21 34

Code of Conduct

Vishwa-docs commented 2 years ago

I will work on this

harshraj8843 commented 2 years ago

I will work on this

Hey @Vishwa-docs

Sorry but one of our members already create a PR for this

Could you please solve any other issues ❤️