Add groupname item to genList

This commit is contained in:
lukew3
2020-11-20 20:57:37 -05:00
parent ab8e1d57d2
commit ac352c0f0e
2 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ for item in list:
print(item[2])
# print(mathgen.getGenList())
print(mathgen.genById(1))
print(mathgen.genById(10))
#Make a pdf with 10 problems of generator id 1
# mathgen.makePdf(0, 10)