Split AP into 2 funcs and reorganized

This commit is contained in:
Anshita
2020-10-20 00:44:41 +05:30
parent e122168468
commit ddc42a5638
4 changed files with 6 additions and 2 deletions

View File

@@ -84,3 +84,5 @@ from .compoundInterestFunc import *
from .deciToHexaFunc import *
from .percentageFunc import *
from .celsiustofahrenheit import *
from .arithmeticProgressionSumFunc import *
from .arithmeticProgressionTermFunc import *