Question:
The console write something wrong before it prints my code
Repl link/Link to where the bug appears:
Screenshots, links, or other helpful context:
code snippet
Question:
The console write something wrong before it prints my code
Repl link/Link to where the bug appears:
Screenshots, links, or other helpful context:
code snippet
Welcome to the community, @GhaliaH1!
/nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file
The reason this message is showing up is due to a few new updates on Replit and is completely normal. If you would like to remove it, go to your .replit
file and put the following code on line 1: run = "clear && python3 main.py"
.