Cannot run a Fibonacci sequence function in the Playground.
I just copied a simple Python function to a playground cell, and the code won't run, and gives me the error:
expression failed to parse (no further compiler diagnostics)The function is a run-of-the-mill array based Fibonacci sequence generator. Why does this not run? (I am very new to Mojo and the playground)
0 Replies