Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. input = "a" # hacer: autoponer input
  2.  
  3. if (input == "A") or (input == "E") or (input == "I") or (input == "O") or (input == "U") : print(input, "es AEOIU")
  4. if (input == "a") or (input == "e") or (input == "i") or (input == "o") or (input == "u") : print(input, "es aeiou")
  5. print("apestaz hace el rezto!!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement