Create 4 - Payment Calculator.py

This commit is contained in:
Lukas Baumann 2021-02-18 21:07:20 +01:00 committed by GitHub
parent 1d4abd11fa
commit b0e8edd70a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1 @@
print(min(max(10, balance*0.021), balance))