mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Added kwargs to generator module and readme
This commit is contained in:
@@ -30,4 +30,4 @@ def basicAlgebraFunc(maxVariable=10, style='raw'):
|
||||
|
||||
|
||||
basic_algebra = Generator("Basic Algebra", 11, "ax + b = c", "d",
|
||||
basicAlgebraFunc)
|
||||
basicAlgebraFunc, ["maxVariable=10"])
|
||||
|
||||
Reference in New Issue
Block a user