Fibonacci standard answer
Last Updated on 2020-10-24 by Clay
Introduction
The birth of this article was accidental.
That's what happened:
- Today I want to speed up pure Python program
- I found that I can do it with CPython
- I need a test case to test CPython program
- I thought of Fibonacci
- I need answers to check program is correct