I can’t pass the 3rd test on the ‘Build a Budget App’ in the python course.
I am not sure how the ledger is supposed to work. I thought it’s supposed to be a list of dictionaries of the form {‘amount’: amount, ‘description’: description}, but it doesn’t seem to pass the test. I’ve also tried just appending -amount every time, but it doesn’t work either.
You’re right. I needed to write self.get_balance() . I guess I thought the parenthesis are optional if the method doesn’t take any variables. Maybe I didn’t understand the lessons that well after all.
Hi, I’m not sure if this is the right thread to raise my issue. I’m also working on the Budget App and I’m stuck on test 19. I think the console shows the correct bar height. The first category percentage computes to 60.33, the second 23.80 and the third is 15.86. The bar for the first ‘o’ from 60 to 0, the second from 20 to 0 and the third from 10 to 0. I’m sending a screenshot of the console. Thank you
Please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.
The easiest way to create a topic for help with your own solution is to click the Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge URL while still allowing you to ask any question about the challenge or your code.