Problem description:
There are two lines that appear in every project in the console, except in some of the first projects I made. The two lines are
" /nix/store/zqk3m21442kvpjwd3rh41wdavqkzkyik-python3-wrapper/bin/python3 $file "
Expected behavior:
It was expected that these lines would not appear, even when I did a simple print command (print("hello)) and these lines also appeared before the word hello that I wrote. This problem also appears with my friends and I do not know what the solution is, knowing that These functions work normally and these lines do not affect their work, but I want to know what the lines are, what they mean, and why they appear?
Actual behavior:
These lines appear in most of my projects and the projects of my friends, and they do not affect the work of the functions, but they only appear, and I do not know the reason for their appearance.
Welcome to Ask! For some reason the new Python template does this. it’s no problem AFAIK but you can get rid of it by going into the file .replit and adding this as line 1: run = "clear && python3 main.py"
When can we expect this message leave our console?.. Also sometimes in js the console throws an error where the js line of code words just fine in code editors like VS code. Plz take this matter into consideration