Files
mathgenerator/test.py

5 lines
102 B
Python

from mathgenerator import mathgen
for _ in range(100):
print(mathgen.genById(71, style='latex'))