Python Wybierz próbkę z listy z wymianą

import random

random.choices(list, k = 4)
MitroGr