Skip to content

Instantly share code, notes, and snippets.

@brodul
Created October 6, 2014 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brodul/dfc596bba84e5f883d4d to your computer and use it in GitHub Desktop.
Save brodul/dfc596bba84e5f883d4d to your computer and use it in GitHub Desktop.
GLAVNICA, glavnica = 6000, 6000
for each in range(12):
obresti = glavnica * (0.2 + each * 0.15) * 30 / 360 / 100
glavnica += obresti
print
print glavnica
print glavnica - GLAVNICA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment