Skip to content

Instantly share code, notes, and snippets.

@ilonacodes
Created June 8, 2021 13:21
Show Gist options
  • Save ilonacodes/48f04eb5458dc765f0d6968be0195514 to your computer and use it in GitHub Desktop.
Save ilonacodes/48f04eb5458dc765f0d6968be0195514 to your computer and use it in GitHub Desktop.
cash_flow['Cash'] = rent_payment * (1 + rent_growth) ** (cash_flow['Year'] - 1)
print(round(cash_flow))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment