Scientific Computing with Python Budget App

Hey everyone!

I have problems with my code for the budget app. I always fail the test for creating the bar chart, because of spacing, but cannot find the issue in my code. Could someone give me some advice, please?
I have attached the link to my replit file:
https://replit.com/@annehochwald/boilerplate-budget-app#budget.py

Thank you in advance for your help!

AssertionError: 't  \n' != 't  '

This error indicates that you have an extra \n character after the t in Entertainment. The first part 't \n' is your output and the second part 't ' is what the test expects

1 Like

Thank you so much for the swift and helpful reply! Now it works. :slight_smile:

1 Like

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