fix definite_integral

This commit is contained in:
lukew3
2020-10-20 13:13:38 -04:00
parent bdd504b6dd
commit ee6fe524de
4 changed files with 95 additions and 95 deletions

View File

@@ -3,13 +3,11 @@ from mathgenerator import mathgen
# test your generators here
print(mathgen.addition())
print(mathgen.genById(88))
# prints each generator in genList
"""
list = mathgen.getGenList()
for item in list:
print(item[2])
# print(mathgen.getGenList())
"""
print(mathgen.genById(89))