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 thirdAngleOfTriangleFunc(maxAngle=89):
|
||||
problem = f"Third angle of triangle with angles {angle1} and {angle2} = "
|
||||
solution = angle3
|
||||
return problem, solution
|
||||
|
||||
|
||||
thirdAngleOfTriangle = Generator("Third Angle of Triangle", 22,
|
||||
"Third Angle of the triangle = ", "angle3",
|
||||
thirdAngleOfTriangleFunc)
|
||||
|
||||
Reference in New Issue
Block a user