Remove general problem and solution from generator object

This commit is contained in:
lukew3
2021-10-02 23:52:10 -04:00
parent a6dbd2cf9f
commit 6b35cbb452
114 changed files with 78 additions and 186 deletions

View File

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