@@ -4,3 +4,9 @@ from mathgenerator import mathgen
print(mathgen.addition())
print(mathgen.genById(79))
print(mathgen.getGenList())
list = mathgen.getGenList()
# prints the order of generators in the list
for item in list:
print(item[2])
The note is not visible to the blocked user.