Update curvedSurfaceAreaCylinderFunc.py

This commit is contained in:
Luke Weiler
2020-10-21 14:27:18 -04:00
committed by GitHub
parent 91dee6ed27
commit 80933c86d8

View File

@@ -10,4 +10,4 @@ def curvedSurfaceAreaCylinderFunc(maxRadius = 49, maxHeight=99):
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) curvedSurfaceAreaCylinder = Generator("Curved surface area of a cylinder", 95,"What is CSA of a cylinder of radius, r and height, h?","csa of cylinder",curvedSurfaceAreaCylinderFunc)