Remove general problem and solution from generator object

This commit is contained in:
lukew3
2021-10-02 23:52:10 -04:00
parent a6dbd2cf9f
commit 6b35cbb452
114 changed files with 78 additions and 186 deletions

View File

@@ -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"])