Scientific Computing with Python Projects - Budget App

Hi! When I run the c[ode in the boilerplate, the following error appears in the console: File “README.md”, line 3
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

I am not sure what exactly is going wrong. Cannot see what was actual error or fail. Could you help with this?

https://replit.com/@dinoraz/boilerplate-budget-app-3#budget.py

I am guessing you did not perform the following step in the instructions.

  • Select Use run command and click the Done button.

It is easier to just copy your code and click the start link again and paste your code.

replit

1 Like

Aaah, yes. I thought my question would something stupid like this. Thanks fot help!