This commit is contained in:
lukew3
2020-10-26 13:13:22 -04:00
parent b1eab48530
commit 2a8d666bc3
4 changed files with 114 additions and 112 deletions

View File

@@ -5,9 +5,10 @@ from mathgenerator import mathgen
# print(mathgen.addition())
# prints each generator in genList
# list = mathgen.getGenList()
# for item in list:
# print(item[2])
list = mathgen.getGenList()
for item in list:
print(item[2])
# print(mathgen.getGenList())
print(mathgen.circumference())
print(mathgen.genById(106))