Guest User

Untitled

a guest
May 28th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. game1 = str(input('do you want to play a game?'))
  2. if game1 == 'yes':
  3. print('lets get started')
  4. elif game1 == 'no':
  5. print('goodbye')
  6. else:
  7. print('yo')
Add Comment
Please, Sign In to add comment