Sep-11-2018, 04:57 PM
I expect that exercise is trying to get you to write a loop:
balance = 801 for month in range(6): balance = balance * (1.00417) print(balance)
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures