A Simple Function
Write a function called tri_area that returns the area of a triangle with base b and height h, where b and h are input arguments of the function in that order.
Write a function called tri_area that returns the area of a triangle with base b and height h, where b and h are input arguments of the function in that order.