Skip to content

Commit ba15ec5

Browse files
committed
fix typo
1 parent 9216c46 commit ba15ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compound_interest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This script calculates yearly compound interest given principal, annual rate of interest and time period in years.
22
# Do not use this in production. Sample purpose only.
33

4-
# Author: Upkar Lidder (IBM)
4+
# Author: Yahya Amzil
55

66
# Input:
77
# p, principal amount

0 commit comments

Comments
 (0)