jueves, 8 de octubre de 2020

RAIZ.PY

 #jessica ponce

import  math

x=-1

while x<0:
x=float(input("ingrese un numero positivo:"))

print(f"la raiz cuadra es de {x} es {math.sqrt(x)}")


PANTALLA DE SALIDA





No hay comentarios:

Publicar un comentario