mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
Added kwargs to generator module and readme
This commit is contained in:
@@ -16,4 +16,5 @@ def surfaceAreaCone(maxRadius=20, maxHeight=50, unit='m'):
|
||||
surface_area_cone = Generator(
|
||||
"Surface Area of cone", 38,
|
||||
"Surface area of cone with height = a units and radius = b units is",
|
||||
"c units^2", surfaceAreaCone)
|
||||
"c units^2", surfaceAreaCone,
|
||||
["maxRadius=20", "maxHeight=50", "unit='m'"])
|
||||
|
||||
Reference in New Issue
Block a user