Save Project Files from each Day of 100 Days of Code

How can I Save Project Files from each Day of 100 Days of Code, am I missing something or just thick.

Thanks
Graham

Replit Profile: https://replit.com/@grahamdmidgley

Welcome to Ask @grahamdmidgley!

You can download the files that you created.

Thank you, can you re name the file and when you upload the renamed file do I have to copy it into main.py to get it to run.

Thanks
Graham

You can rename the file when you upload.

Thanks, I have renamed the uploaded file, but when I try to run it in Replit Desktop App it dosn’t run, no output, but if I copy and paste it to the main.py it runs fine. What am I doing wrong.

Thanks
Graham

After you uploaded the file, did you delete main.py and rename the uploaded file to ‘main.py’?

1 Like

Could you provide some screenshots?

mainsave.py is a renamed copy of the main.py file, why will it not run with output, there is no error message just blank output.

Thanks
Graham

Replit only runs one file, by default that is the main.py file. It’s not worth it to try and reconfigure IMO, just write your code in main.py or add this line (to main.py):

import mainsave
1 Like

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