renamed modules and generators to fit pep8

This commit is contained in:
lukew3
2020-10-20 11:30:55 -04:00
parent 2ac4032b8a
commit cbede21ddf
90 changed files with 241 additions and 321 deletions

View File

@@ -3,7 +3,7 @@ from mathgenerator import mathgen
# test your generators here
print(mathgen.addition())
print(mathgen.genById(70))
print(mathgen.genById(40))
# prints each generator in genList
"""
@@ -11,5 +11,5 @@ list = mathgen.getGenList()
for item in list:
print(item[2])
print(mathgen.getGenList())
# print(mathgen.getGenList())
"""