============= Fibonacci - 2 ============= Question -------- Implement the fibonacci series. Solution -------- .. literalinclude:: ../../languages/python/algorithm_fibo2.py :language: python :tab-width: 4 .. runcode:: ../../languages/python/algorithm_fibo2.py :language: python :codesite: ideone Explanation =========== .. seealso:: * :python-suggest-improve:`algorithm_fibo2.py` * :python-better-explain:`algorithm_fibo2.rst`