jayadevvasudevan / basic-python

9 stars 30 forks source link

Updated Fibonacci.py file using recursive method #75

Closed Surani02 closed 1 month ago

Surani02 commented 1 month ago

I added a code snippet to the Fibonacci.py file to generate Fibonacci numbers using the recursive method.