mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Remove general problem and solution from generator object
This commit is contained in:
@@ -29,5 +29,5 @@ def basicAlgebraFunc(maxVariable=10, style='raw'):
|
||||
return problem, solution
|
||||
|
||||
|
||||
basic_algebra = Generator("Basic Algebra", 11, "ax + b = c", "d",
|
||||
basic_algebra = Generator("Basic Algebra", 11,
|
||||
basicAlgebraFunc, ["maxVariable=10"])
|
||||
|
||||
Reference in New Issue
Block a user