HarshEra commited on
Commit
f86b411
·
verified ·
1 Parent(s): 88336b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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