The function programs are illustrations of python functions; Functions are collections of named code blocks that are executed when evoked.
The function written in Python is as follows:
def CalcMin(x1, x2, x3):
if x1 < x2 and x1 < x2:
return x1
elif x2 < x1 and x2 < x3:
return x2
return x3
The function written in Python is as follows:
def AreaofTriangle (base, height):
Area = 0.5 * base * height
return Area
Read more about functions at:
https://brainly.com/question/15745784
#SPJ1