What is the Fibonacci series in python?? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is the Fibonacci series in python??

4th Nov 2019, 2:42 PM
pratham kapratwar
pratham kapratwar - avatar
3 ответов
+ 3
The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34 etc....and typically used for pattern recognition I think.
4th Nov 2019, 3:18 PM
Michael Smyth
+ 3
Check my code about the Fibonacci Sequence: https://code.sololearn.com/c80qzlLfd8vD/?ref=app
4th Nov 2019, 8:22 PM
Omar Ashraf 🇪🇬
Omar Ashraf 🇪🇬 - avatar
- 2
You can go to python home page and see answer there.
4th Nov 2019, 4:21 PM
Vladislav Shevchenko
Vladislav Shevchenko - avatar