Update and rename 1 - Timbits to 1 - Timbits.py

This commit is contained in:
Lukas Baumann 2021-02-18 19:19:33 +01:00 committed by GitHub
parent 48dbf47a6a
commit 69b81e106b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,5 @@ if timbitsLeft >= 10:
totalCost += 1.99 totalCost += 1.99
timbitsLeft -= 10 timbitsLeft -= 10
totalCost += timbitsLeft * 0.20 # step 6 totalCost += timbitsLeft * 0.20
print(totalCost) print(totalCost)