mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Remove general problem and solution from generator object
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user