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:
@@ -10,3 +10,8 @@ def sectorAreaFunc(maxRadius=49, maxAngle=359):
|
||||
formatted_float = "{:.5f}".format(secArea)
|
||||
solution = f"Area of sector = {formatted_float}"
|
||||
return problem, solution
|
||||
|
||||
|
||||
sectorArea = Generator("Area of a Sector", 75,
|
||||
"Area of a sector with radius, r and angle, a ", "Area",
|
||||
sectorAreaFunc)
|
||||
|
||||
Reference in New Issue
Block a user