Skip to content

Commit

Permalink
PYTHON Ejercicio 7.-Validar un n煤mero[22]馃悕馃憟馃憟馃憟
Browse files Browse the repository at this point in the history
  • Loading branch information
programadornovato committed Jun 24, 2020
1 parent 90ea6cf commit 917ed45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ejercicios/07validarNumero.py
@@ -0,0 +1,8 @@
x=float(input("Humano inresa el valor de x:"))
y=float(input("Humano inresa el valor de y:"))
dividendo=(y**2)-1
if dividendo!=0:
res= ( x**(1/2) ) / dividendo
print(f"Humano aqui esta tu ingao resultado:{res}")
else:
print(f"Humanito el valor de 'Y' no puede ser {y}")
Binary file added ejercicios/formula eje 7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 917ed45

Please sign in to comment.