Help on getting started on arithmetic arranger assignment

I am starting my first project and struggle to find where to enter my code and how to save it. On Repl.it I can see the files: main.py and arithmetic arranger. Can someone please give me some basic instructions? Thank you.

Hello and welcome to the freeCodeCamp community~!

As far as I know, repl.it auto-saves your work. As for where to add your code, the README should indicate the file to edit (I believe it is arithmetic_arranger.py).

when you open the repl, you will see various files
in the README.md file, there is explained how to proceed:

Write your code in arithmetic_arranger.py . For development, you can use main.py to test your arithmetic_arranger() function. Click the “run” button and main.py will run.

also, repl.it autosave your project, when you have finished just submit the repl url

also, note that when you start writing in the repl, it is automatically forked to your account, so you need to have a repl.it account

1 Like

Thank you. It’s a bit of a slow start. As you said I needed to create an account with repl.it. Ii’s saving now and I should be OK to make a start now.

1 Like

Glad to hear that~! Good luck and happy coding! :purple_heart:

1 Like

Thank you. Problem solved. Onwards and upwards.