This commit is contained in:
lukew3
2020-12-18 14:13:54 -05:00
parent 435fd98e48
commit 2064bf0d9b
2 changed files with 3 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
from mathgenerator import mathgen
for _ in range(100):
print(mathgen.genById(71, style='latex'))
print(mathgen.genById(2, maxMulti=100, style='latex'))