Files
mathgenerator/test.py
2020-10-19 09:49:32 -04:00

7 lines
116 B
Python

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