mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Out of order but localized
This commit is contained in:
@@ -11,3 +11,9 @@ def surfaceAreaCuboid(maxSide=20, unit='m'):
|
||||
ans = 2 * (a * b + b * c + c * a)
|
||||
solution = f"{ans} {unit}^2"
|
||||
return problem, solution
|
||||
|
||||
|
||||
surfaceAreaCuboidGen = Generator(
|
||||
"Surface Area of Cuboid", 33,
|
||||
"Surface area of cuboid with sides = a units, b units, c units is",
|
||||
"d units^2", surfaceAreaCuboid)
|
||||
|
||||
Reference in New Issue
Block a user