Files
mathgenerator/test.py

7 lines
116 B
Python

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