Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 204dc15

Browse files
committedJun 19, 2024·
1
1 parent 1cfca52 commit 204dc15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎financial/present_value.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Note: This algorithm assumes that cash flows are paid at the end of the specified year
99
"""
1010

11+
#adding a comment
1112

1213
def present_value(discount_rate: float, cash_flows: list[float]) -> float:
1314
"""

0 commit comments

Comments
 (0)
Please sign in to comment.