Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import random
  2.  
  3. listt = ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o']
  4. print(random.sample(listt,5))
  5. print(random.sample(listt,5))
  6. print(random.sample(listt,5))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement