mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
yapf fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user