+ 1
What is the Fibonacci series in python??
3 Antworten
+ 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.
+ 3
Check my code about the Fibonacci Sequence:
https://code.sololearn.com/c80qzlLfd8vD/?ref=app
- 2
You can go to python home page and see answer there.