area of a triangle given its base and height.

Write a Python function to calculate the area of a triangle given its base and height.

Hint: Area of triangle: 0.5 * base * height
5
8
Total : 0 Discussion
Login