Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. print "dame el valor:"
  2. a = int(input(""))
  3. #a = 5
  4.  
  5. if a == 5:
  6. print "es un cinco"
  7.  
  8. elif a == 6:
  9. print " es un seis"
  10.  
  11. elif a ==7:
  12. print "es in siete"
  13.  
  14. else:
  15. print "No es ningun numero deseado"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement