Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # random_pick_5_items.py
- import random
- for i in '!'*12:
- print random.sample((1, 2, 3, 4, 5, 6, 7, 8 ,9), 3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement