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).

  1. 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

  • maths
  • python
  • triangles

Students who completed this task

Jude Molloy

Task type

  • code Code
  • assessment Outreach / Research

Level

Beginner
close

2016