Posts by Enricco Gemha • 1 point
1 post
-
-2
votes1
answer92
viewsQ: PYTHON - Fibonacci Sequence Implementation
I’m trying to put the Fibonacci sequence in Python in Vscode, and every time I try to run the following code, the error appears: line 8, in <module> Fibonacci[i] = proximo IndexError: list…