Guest User

Untitled

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import random
  2. x = random.randrange(0,10)
  3.  
  4. temporarily = raw_input("Pick a number between 0-10")
  5. y = int(temporarily)
  6.  
  7. if x == y:
  8. print "You got it right :D"
  9.  
  10. else:
  11. print" You lost THE GAME"
Add Comment
Please, Sign In to add comment