Python-based Fibonacci-number implementation that uses RAM (with memoization)
- python3
- git
git clone https://github.com/piciakk/fibonacci.pypython3 main.py
numNote: Instead of num, you can specify how many Fibonacci-numbers you want to display (0 will be displayed, but it does not count)