Added latex for 11, 12, and 17. First 3 of algebra section

This commit is contained in:
lukew3
2020-12-17 18:58:01 -05:00
parent 3fb3a07c65
commit c0d2a2755c
4 changed files with 41 additions and 22 deletions

14
test.py
View File

@@ -1,15 +1,3 @@
from mathgenerator import mathgen
# test your generators here
# print(mathgen.addition())
# prints each generator in genList
# list = mathgen.getGenList()
#for item in list:
# print(item[2])
# print(mathgen.getGenList())
print(mathgen.genById(0, maxSum=20, style='latex')[0])
print(mathgen.genById(1, style='latex'))
print(mathgen.genById(17, style='latex'))