Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # random_sample.py
- import random
- t = random.sample(range(255), 3)
- print (t)
- # *** [210,16,167]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement