This repo was created to satisfy the challenges of the platzi Datacadmy course.
The code should:
test_input_utils
.dynamic_ranges
.a = (b * h) / 2
, nevertheless
to compute the triangle we should ask for
additional data, in order to only ask for the 3
triangle side lengths we use the Heron's formula
to compute thr triangle height, please see heron' formula.