mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Update curvedSurfaceAreaCylinderFunc.py
This commit is contained in:
@@ -8,3 +8,6 @@ def curvedSurfaceAreaCylinderFunc(maxRadius = 49, maxHeight=99):
|
|||||||
formatted_float = "{:.5f}".format(csa)
|
formatted_float = "{:.5f}".format(csa)
|
||||||
solution = f"CSA of cylinder = {formatted_float}%"
|
solution = f"CSA of cylinder = {formatted_float}%"
|
||||||
return problem, solution
|
return problem, solution
|
||||||
|
|
||||||
|
|
||||||
|
curvedSurfaceAreaCylinder = Generator("Curved surface area of a cylinder",91,"What is CSA of a cylinder of radius, r and height, h?","csa of cylinder",curvedSurfaceAreaCylinderFunc)
|
||||||
|
|||||||
Reference in New Issue
Block a user