differentiation fixes

This commit is contained in:
lukew3
2020-10-20 11:55:42 -04:00
parent 66cbe10039
commit 44bd19d0d2
4 changed files with 92 additions and 91 deletions

View File

@@ -3,7 +3,7 @@ from mathgenerator import mathgen
# test your generators here
print(mathgen.addition())
print(mathgen.genById(40))
print(mathgen.genById(88))
# prints each generator in genList
"""