Added latex and cleaned wording on all basic_math generators

This commit is contained in:
lukew3
2020-12-17 22:18:50 -05:00
parent 9842169143
commit 42dd6c368c
8 changed files with 42 additions and 26 deletions

View File

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