Question: I keep getting this error when I run the code.
/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file
Repl link: https://replit.com/@ghiwadaccache1/SpicyLowestApplicationpackage
code snippet
Question: I keep getting this error when I run the code.
/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file
Repl link: https://replit.com/@ghiwadaccache1/SpicyLowestApplicationpackage
code snippet
I have the same problem. I first noticed it on 09/21 in the evening (Easter time). Earlier that day, everything was working fine.
This isn’t a bug, it’s just a quirk of the new template. It’s safe to ignore, but if you’d like it to not show up, add this to line 1 of your .replit
file:
run = "clear&&python main.py"
The code does not run. I can’t proceed to input the “player_choice”
I don’t see you calling any functions in your program. There is no error in the output; you just need to call a function.