mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2026-01-13 17:10:00 +01:00
Lint issue...
This commit is contained in:
@@ -13,7 +13,7 @@ def powerOfPowersFunc(maxBase=50, maxPower=10):
|
||||
power1=power1,
|
||||
power2=power2,
|
||||
step=step)
|
||||
solution = str(base**step)
|
||||
solution = str(base ** step)
|
||||
return problem, solution
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user