Answers for "python choose sample from list with replacement"

1

python choose sample from list with replacement

import random

random.choices(list, k = 4)
Posted by: Guest on May-25-2020

Code answers related to "python choose sample from list with replacement"

Python Answers by Framework

Browse Popular Code Answers by Language