Improved module format

This commit is contained in:
lukew3
2020-10-19 12:16:03 -04:00
parent f723fb1881
commit 6a0aff7652
5 changed files with 31 additions and 8 deletions

View File

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