Advertisement
Guest User

Var y Cond - Ej-3

a guest
Mar 31st, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. if int(input('Ingrese un numero: ')) >= 0:
  2.     print('Es positivo')
  3. else:
  4.     print('Es negativo')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement