joseleonweb

Untitled

Jan 13th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. numero = int(input('Introdueixi un numero positiu: '))
  2. if numero < 0:
  3.     print('El numero que ha introduit no és positiu!')
  4. print('Ha introduit el número', numero)
Add Comment
Please, Sign In to add comment