Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. #!/usr/bin/python
  2. import time
  3. yourName = str(raw_input("please input your name: "))
  4. yourDick = str(raw_input ("Please input your dicksize: "))
  5. if yourDick == "small":
  6. print "ha! you got a small dick"
  7. if yourDick == "big":
  8. print "damn...you got a big dick"
  9. if yourName == "godz angel":
  10. print "your fucking awsome!"
  11.  
  12. raw_input()
  13.  
  14. if yourName == "xenon":
  15. print "You have a boner head, ahahahah"
  16. if yourDick == "small":
  17. print "ha! you got a small dick"
  18. if yourDick == "big":
  19. print "damn...you got a big dick"
  20. raw_input()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement