OpenGuide / C-Guide-for-Beginners

This will be an Open Guide for all beginners in Python ! You can read and learn simple C codes here , and whats more interesting is that you can even Contribute !!!
MIT License
8 stars 90 forks source link

Added function fibonacci #31

Open rebeckanylander opened 7 years ago

rebeckanylander commented 7 years ago

Added function fibonacci(int n), which returns the sum of the first n fibonacci numbers