Files
mathgenerator/test.py
2020-10-19 13:54:31 -04:00

7 lines
117 B
Python

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