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