Readme.md Syntax Error

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

Not sure how to fix this.

Repl link/Link to where the bug appears:

Screenshots, links, or other helpful context:

code snippet

Hey @SharrmaVijey welcome to the forums!

Can you please provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

2 Likes

Hey @SharrmaVijey, welcome!

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".

Images

Dots

Show hidden files

2 Likes