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:
@@ -9,3 +9,9 @@ def regularPolygonAngleFunc(minVal=3, maxVal=20):
|
||||
exteriorAngle = round((360 / sideNum), 2)
|
||||
solution = 180 - exteriorAngle
|
||||
return problem, solution
|
||||
|
||||
|
||||
angleRegularPolygon = Generator(
|
||||
"Angle of a Regular Polygon", 29,
|
||||
"Find the angle of a regular polygon with 6 sides", "120",
|
||||
regularPolygonAngleFunc)
|
||||
|
||||
Reference in New Issue
Block a user