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

6 lines
68 B
Python

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