Update compoundInterestFunc.py

This commit is contained in:
Luke Weiler
2020-10-21 14:14:03 -04:00
committed by GitHub
parent 7139a8aece
commit aff60a3d3c

View File

@@ -2,8 +2,6 @@ from .__init__ import *
from ..__init__ import Generator from ..__init__ import Generator
def compoundInterestFunc(maxPrinciple=10000, def compoundInterestFunc(maxPrinciple=10000,
maxRate=10, maxRate=10,
maxTime=10, maxTime=10,