Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- respuesta = int(input ("Ingrese un numero entre 1 y 5" ))
- if (respuesta == 1 ):
- print("uno")
- elif (respuesta == 2 ):
- print("dos")
- elif: (respuesta == 3 ):
- print("tres")
- elif (respuesta == 4 ):
- print("cuatro")
- elif(respuesta == 5 ):
- print("cinco")
- else:
- print("Error, numero ingresado fuera del rango")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement