Scientific Computing with Python Projects - Budget App

Tell us what’s happening:
Describe your issue in detail here.
I try doing some coding here, but the code right now is not important. Whenever a try do start a new Replit file from the budged exercise, i always get the same fail, even though i did not start coding a line. I do not know what the problem is. If any of you guys could help me i’ll be thankful

Your browser information:

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

Challenge: Scientific Computing with Python Projects - Budget App

Link to the challenge:

When you ask for help, it’s much more easier to help you if you also post the link to your project.

Now, I am not sure if this is the issue, but it could work. If you don’t want to try without being sure, please first give the replit link. Otherwise, follow these steps:

  1. Enable showing of hidden files from the three dots menu in the panel that shows the list of files:
    image
  2. Open the .replit file that has just appeared. It is probably something similar:
    image
  3. Change the .replit file, replace the line that has run = "python index.py" with run = "python main.py"
    image

After the change, try running again

Thanks ilenia, it works now. Thank you

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