Question:
I get the following error when running my code.
File "README.md", line 2
This is the boilerplate for the Budget App project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/scientific-computing-with-python/scientific-computing-with-python-projects/budget-app
^^^^^^^^^^^
SyntaxError: invalid syntax
Click the ⋮ next to “Files” then click “Show hidden files”. Next click on the .replit file and finally you can change the entrypoint to main.py. Alternatively delete the [interpreter] section and on line one put run = "python3 main.py".