We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204dc15 commit ec36900Copy full SHA for ec36900
financial/present_value.py
@@ -8,7 +8,8 @@
8
Note: This algorithm assumes that cash flows are paid at the end of the specified year
9
"""
10
11
-#adding a comment
+# adding a comment
12
+
13
14
def present_value(discount_rate: float, cash_flows: list[float]) -> float:
15
0 commit comments