This commit is contained in:
lukew3
2020-10-21 14:34:42 -04:00
parent 55fb0a18f6
commit d647e9710f
31 changed files with 117 additions and 76 deletions

View File

@@ -10,5 +10,6 @@ def cubeRootFunc(minNo=1, maxNo=1000):
return problem, solution
cube_root = Generator("Cube Root", 47, "Cuberoot of a upto 2 decimal places is",
"b", cubeRootFunc)
cube_root = Generator("Cube Root", 47,
"Cuberoot of a upto 2 decimal places is", "b",
cubeRootFunc)