New to Python Coding

Question:

Hello, I am new to coding and still learning the basics. I am receiving this output, even when there’s no code being run.

 /nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file

Why is this happening? thanks for any help

@giants9009 Welcome to the community! :wave:
This is completely normal and you don’t need to worry about it. It’s simply a new update to the Python template. If you would like to remove it, simply go to the. .replit file and insert this code on line 1: run = "clear && python3 main.py". The .replit file is available from the three dots above your file manager and press “View Hidden Files”.

If this is a bit too much for you, as you state that you are new to coding, feel free to invite me to your repl and I can do it for you!

2 Likes