Spaces:
Runtime error
Runtime error
HarshEra commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,6 @@ def finance_management_plan(budget: float, habits: str, goal: str, period: str)
|
|
| 62 |
f"This will help you stay on track with your financial goals."
|
| 63 |
)
|
| 64 |
|
| 65 |
-
Example usage:
|
| 66 |
print(finance_management_plan(1000.0, "Monday: $50, Tuesday: $30, Wednesday: $40, Thursday: $20, Friday: $60, Saturday: $80, Sunday: $70", "Save $500 for a vacation", "month"))
|
| 67 |
|
| 68 |
|
|
|
|
| 62 |
f"This will help you stay on track with your financial goals."
|
| 63 |
)
|
| 64 |
|
|
|
|
| 65 |
print(finance_management_plan(1000.0, "Monday: $50, Tuesday: $30, Wednesday: $40, Thursday: $20, Friday: $60, Saturday: $80, Sunday: $70", "Save $500 for a vacation", "month"))
|
| 66 |
|
| 67 |
|