15
a with b and
return the result50
a, b and
c and return the result30
half_number(10) = 5.0
half_number(15) = 7.5
half_number(20) = 10.0
third_number(3) = 1.0
third_number(6) = 2.0
third_number(9) = 3.0
half_number(10) = 5.0
third_number(3) = 1.0
third_number(6) = 2.0