This commit is contained in:
lukew3
2020-10-19 12:18:28 -04:00
5 changed files with 26 additions and 1 deletions

View File

@@ -3,4 +3,4 @@ from mathgenerator import mathgen
#test your generators here
print(mathgen.addition())
print(mathgen.genById(10))
print(mathgen.genById(79))