Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. def question
  2.  
  3.  
  4. satisfaction = (player1, ' are you happy with your result?')
  5. satisfactionanswer = input(satisfaction)
  6. if satisfaction == 'yes':
  7. question = input('Are you sure?')
  8. if question == 'yes':
  9. print ('Very well')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement