Last step: budget app

Dear fellow coders,

I passed all tests for the ‘budget app’ except one.
Replit tells me there should be another white space, after the last ‘t’ of Entertainment.

I can’t wrap my head around it. It should be 2 white spaces after each letter, right?

I have attached the link to my Replit code.https://replit.com/@jimisin/boilerplate-budget-app-1#main.py

Thanks in advance

I think your problem is with the chart. If so, there is a chart example given in the instruction select everything in that example. it will highlight all the spaces and then space your chart according to that.

Try removing the next line (\n) after the last letter in the labels as ‘t’ in ‘Entertainment’.

1 Like

Thank you Sahmed for the quick response.
You are right, the problem was the ‘next line’.
After removal, the test was accepted.

Your welcome. Glad I could help.

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