This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Misc-small-projects/Commissions/Marius Norstr-m/interest.py

6 lines
68 B
Python

euros = 1000
interest = 1.05
years = 3
print euros*interest**years