Scientific Computing with Python Projects - Arithmetic Formatter

Hi everyone,
I have not been able to complete my projects for the Python course due to my lack of consistency. I wanted to start my project on replit it didn’t give me the run command on replit window.

Please how can I resolve this?

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Challenge: Scientific Computing with Python Projects - Arithmetic Formatter

Link to the challenge:

In the .replit file add this line:

run = "python3 main.py"