mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Update area_of_triangle.py
This commit is contained in:
@@ -11,7 +11,7 @@ def areaOfTriangleFunc(maxA=20, maxB=20, maxC=20):
|
|||||||
|
|
||||||
problem = "Area of triangle with side lengths: " + \
|
problem = "Area of triangle with side lengths: " + \
|
||||||
str(a) + " " + str(b) + " " + str(c) + " = "
|
str(a) + " " + str(b) + " " + str(c) + " = "
|
||||||
solution = area
|
solution = str(area)
|
||||||
return problem, solution
|
return problem, solution
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user