Guest User

Untitled

a guest
Oct 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from sys import exit
  2.  
  3. userResponse = input ("n or y?")
  4. if not (userResponse =="n" or userResponse =="y") :
  5. exit ("ERROR")
Add Comment
Please, Sign In to add comment