Added kwargs to generator module and readme

This commit is contained in:
lukew3
2021-02-16 11:02:45 -05:00
parent ba6ffc4e6e
commit 9efffce9f5
116 changed files with 359 additions and 251 deletions

View File

@@ -14,4 +14,4 @@ def squareFunc(maxSquareNum=20, style='raw'):
return problem, solution
square = Generator("Square", 8, "a^2", "b", squareFunc)
square = Generator("Square", 8, "a^2", "b", squareFunc, ["maxSquareNum=20"])