0
Teorema de Pitágoras, esta bien así?
X = float(input('ingrese cateto opuesto ')) Y = float(input('ingrese cateto adyacente ')) h = (X**2) + (Y**2) h = h**(1/2) print (h)
1 ответ
0
¡Buen trabajo! No dudes en preguntarnos si te surge alguna otra duda.