Write a function that computes the area of a triangle given the length of its three sides as parameters (see Programming Exercise 9 from Chapter 3). Use your function to augment triangle2.py so that it also displays the area of the triangle.
Exercise 9:
Write a program to calculate the area of a triangle given the length of its three sides a, b, and c using these formulas: