class Budget: def __init__(self, income): self.income=income self.expenses = 0 self.categories={} def get_income(self): print('Your current income is %i

Posted Date: