Execute in python

Q: if i try to execute program 3 , program 2 is executed in python

First of all, what do you mean ‘program’
Is it a module? A function in code? A file? Or what?
Second of all, would you mind sharing your repl link? I just need either one, but if you give none I’m not able to help

1 Like

By default, the .replit file is configured to run the main.py file when the Run button is clicked. If you want to change this behaviour, find and replace all occurrences of main.py with whatever file you would like to run. (CTRL/CMD + F is useful for finding a phrase, Replit will also accept RegEx.)

2 Likes