mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
renamed modules and generators to fit pep8
This commit is contained in:
4
test.py
4
test.py
@@ -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())
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user