Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. import random
  2. print("Welcome to Adrians shitty dice rolling game lets roll ")
  3. while True:
  4. selected = random.randint(-8,8)
  5. print("Your bitch ass rolled ", selected)
  6. reply = input("Wanna quit bitch?: ")
  7. if reply == 'yes':
  8. break
  9. if reply == 'y':
  10. break
  11. if reply == 'Yes':
  12. break
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement