pramit-j2-sl
Results
2
issues of
pramit-j2-sl
### Bug description Following the doc, if I run `./stdlib/scripts/run-tests.sh`, it says about `error: unable to locate module 'test_utils'`. I can see `stdlib.mojopkg` and `test_utils.mojopkg` files in the build directory....
bug
mojo
Installed codon (0.16.3) with `/bin/bash -c "$(curl -fsSL https://exaloop.io/install.sh)"` Created a `fib.py` with ``` def fib(n): a, b = 0, 1 while a < n: print(a, end=' ') a, b...