How do you change the file
On top of the editor where it say main.py i need to change it to Program1.py
DeBeast591
You can't change the main file (main.py) but you can make another file and put import Program1
, this will run the file 'Program1.py'
You can right click the file, then click rename
@Egghead21 I meant this

@vickyhappy You cannot change the name of the
main.py
file on repl.it. Is there a specific reason why you'd need to do so?@vickyhappy

You can't change main.py, but you can make a new file.
@Egghead21 thx