def rektangel(L, B): A = L*B return A print('Areal =', rektangel(4.5, 4))