This commit is contained in:
lukew3
2020-12-17 19:54:30 -05:00
parent 8e2bd991ca
commit a31578a524
3 changed files with 113 additions and 114 deletions

View File

@@ -1,3 +1,4 @@
from mathgenerator import mathgen
print(mathgen.genById(17, style='latex')[0])
for _ in range(1000):
print(mathgen.genById(111))