Guest User

Untitled

a guest
Nov 19th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #LuckyVowelGame
  2. letter=input("Enter a letter:")
  3. if letter== 'a':
  4. print('You won the game!')
  5. else:
  6. print('You won, better luck next time!')
  7. if letter== 'e':
  8. print('You won the game!')
  9. else:
  10. print('You won, better luck next time!')
  11.  
  12. if letter== 'i':
  13. print('You won the game!')
  14. else:
  15. print('You won, better luck next time!')
  16.  
  17. if letter== 'o':
  18. print('You won the game!')
  19. else:
  20. print('You won, better luck next time!')
  21.  
  22. if letter== 'u':
  23. print('You won the game!')
  24. else:
  25. print('You won, better luck next time!')
Add Comment
Please, Sign In to add comment