This commit is contained in:
lukew3
2020-10-19 21:25:09 -04:00
parent 96a4358cd8
commit d4906d85f8
3 changed files with 5 additions and 4 deletions

View File

@@ -6,8 +6,7 @@ print(mathgen.addition())
print(mathgen.genById(79))
# prints each generator in genList
"""
list = mathgen.getGenList()
for item in list:
print(item[2])
"""