mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix(curriculum): correct example output in budget app lab (#65914)
This commit is contained in:
@@ -33,7 +33,7 @@ In this lab, you will build a simple budget app that tracks spending in differen
|
||||
|
||||
```py
|
||||
food = Category('Food')
|
||||
food.deposit(1000, 'deposit')
|
||||
food.deposit(1000, 'initial deposit')
|
||||
food.withdraw(10.15, 'groceries')
|
||||
food.withdraw(15.89, 'restaurant and more food for dessert')
|
||||
clothing = Category('Clothing')
|
||||
|
||||
Reference in New Issue
Block a user