You are viewing a single comment's thread. Return to all comments →
fibo_sequence = [0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377]
for small range 0<=n<=15 it's easier to just hardcode them lol
Seems like cookies are disabled on this browser, please enable them to open this website
Map and Lambda Function
You are viewing a single comment's thread. Return to all comments →
for small range 0<=n<=15 it's easier to just hardcode them lol