def haromszogTerulet(alap, magassag): terulet = (alap*magassag)/2 return terulet print(haromszogTerulet(30, 35))