Advertisement
Fotografiona

sexwuerfel.py

Apr 5th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #!/usr/bin/env python
  2. print "L I E B E S W U E R F E L"
  3.  
  4. # wie = ("zaertlich", "fest", "brutal", "schlecht", "angewidert", "lustig")
  5. wo = ("Nippel", "PENIS", "Pussy", "Schenkel", "Bauch", "Po")
  6. was = ("kuessen", "saugen", "lecken", "knabbern", "streicheln", "kitzeln")
  7.  
  8.  
  9. from random import choice
  10. # print choice (wie)
  11. print choice (wo)
  12. print choice (was)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement