random sample python subset code example Example: python choose sample from list with replacement import random random.choices(list, k = 4)