Python Выберите образец из списка с заменой

import random

random.choices(list, k = 4)
MitroGr