mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Added kwargs to generator module and readme
This commit is contained in:
@@ -17,4 +17,5 @@ def powerOfPowersFunc(maxBase=50, maxPower=10, style='raw'):
|
||||
|
||||
|
||||
power_of_powers = Generator("Power of Powers", 97, "6^4^2",
|
||||
"6^8", powerOfPowersFunc)
|
||||
"6^8", powerOfPowersFunc,
|
||||
["maxBase=50", "maxPower=10"])
|
||||
|
||||
Reference in New Issue
Block a user