Advertisement
here2share

# random_sample.py

Jul 31st, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. # random_sample.py
  2.  
  3. import random
  4. for z in 'z'*30:
  5.     print random.sample(range(10), 5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement