mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Lint issue...
This commit is contained in:
@@ -13,9 +13,9 @@ def powerOfPowersFunc(maxBase=50, maxPower=10):
|
||||
power1=power1,
|
||||
power2=power2,
|
||||
step=step)
|
||||
solution = str(base**step)
|
||||
solution = str(base ** step)
|
||||
return problem, solution
|
||||
|
||||
|
||||
power_of_powers = Generator("Power of Powers", 82,
|
||||
"6^4^2 = 6^(4*2) = 6^6", "46656", powerOfPowersFunc)
|
||||
"6^4^2 = 6^(4*2) = 6^6", "46656", powerOfPowersFunc)
|
||||
|
||||
Reference in New Issue
Block a user