Guest User

Untitled

a guest
Jun 20th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. MpemwZerCKD698cq5GdX99nO8OAccdTlKNUTMXOEDH3G4hSebjxshzLDJw6JXp9GtamCtUtwoToHPKQ25GIpRGW230vniK81mrFrcjhWVq5toxA795yFODvoWESzbBwf
  2.  
  3. import sys
  4. import random
  5.  
  6. ans = True
  7.  
  8. while ans:
  9. question = raw_input("How do I solve this encrypted clue: (press enter to quit) ")
  10.  
  11. answers = random.randint(1,2)
  12.  
  13. if question == "":
  14. sys.exit()
  15.  
  16. elif answers == 1:
  17. print "Every lock has a key"
  18.  
  19. elif answers == 2:
  20. print "Every key has a creator"
Add Comment
Please, Sign In to add comment