def hemmelig(g, h): A = g*h/2 return A print(hemmelig(4.5, 4))