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:
@@ -17,6 +17,5 @@ def powerOfPowersFunc(maxBase=50, maxPower=10, style='raw'):
|
||||
return problem, solution
|
||||
|
||||
|
||||
power_of_powers = Generator("Power of Powers", 97, "6^4^2",
|
||||
"6^8", powerOfPowersFunc,
|
||||
power_of_powers = Generator("Power of Powers", 97, powerOfPowersFunc,
|
||||
["maxBase=50", "maxPower=10"])
|
||||
|
||||
Reference in New Issue
Block a user