Files
mathgenerator/test.py
2020-10-19 12:16:03 -04:00

7 lines
116 B
Python

from mathgenerator import mathgen
#test your generators here
print(mathgen.addition())
print(mathgen.genById(10))