Lint issue...

This commit is contained in:
Nitsujed
2020-10-21 11:53:58 -04:00
parent a863e7a98f
commit 161c87265f

View File

@@ -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