• + 0 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