Skip to content

Instantly share code, notes, and snippets.

money = 200 # Starting money
money_invested = 1.0 # Percentage of money invested (1.0) for everything
yearly_income = 1000 # Yearly income
taxfree_income = 500
yearly_spending = 1000 # Amount spent yearly
annual_return = 0.03 # Annual return for invested money (0.05) for 5%
period = 4 # Time period to calculate for
ic = 0 # income class, dont change!