Sustainable Computing Research Group ( SCoRe )
Let's Find Triangles
Write a function to find triangles and their types using python language. 1.Take 3 parameters as the lengths of sides. Then calculate them them and check weather that we can make or cannot make a triangle with those lengths (print the status).
- If them make a triangle then calculate length values to find the type of the triangle based on both length of sides(equilateral or isosceles or scalene) and angles(Acute or right or obtuse).
example output: We can make a Tringle. This is an equilateral tringle. This is an acute tringle.
Task tags
Students who completed this task
Jude Molloy