Budget project assignment

Hey, I am little bit confused by the assignment of the project in Repl.it (link bellow). There is mentioned that I should create class where “class should have an instance variable called ledger that is a list”. I am okay with that. But in the next parahraph there is mentioned this "The method should append an object to the ledger list in the form of {"amount": amount, "description": description}". Do I get it right when I say that I should append new dictionary to list every time I execute certain methon of the class?

https://repl.it/@GregorGrinc/boilerplate-budget-app#README.md

Thank you

1 Like

Yes, you interpreted that correctly.

2 Likes

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