Why does it run a different code than my displayed one?

i have 2 different codes in 2 different folders. when i press run it runs the first one, but not the second one. do i need to delete my first one? is there a way that these two codes can be separated? thanks

Hi there. Run by default runs main.py
This can be changed and I guess this is why you see it runs always the same code, as it is running always main.py.
Refer to https://docs.replit.com/programming-ide/configuring-repl#run

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.