Replit python turtle output screen just stuck with background images, and not going away, and replit is not running any new. Need help

Hey @ShaileshMaddik1!

Most likely, the characters are displayed due to the fact that when you press the Run button, it starts main.py, in which the characters are drawn.

Instructions for launching another file (in your case 1.1.9V3.py ):
Just click the next to “Files” then click “Show hidden files”. Next click on the .replit file and finally you can change the entrypoint to whatever file you want to run.

Images

Dots

Show hidden files

edited

You should also see the docs on how to configure a Repl: https://docs.replit.com/programming-ide/configuring-repl

And if you want to run the last edited file, take a look at this post: