from itertools import combinations
x = ['brend', 'cvet', 'dlina', 'forma', 'material', 'razmery', 'seriya', 'shirina', 'strana_proizvoditel', 'tip_tovara', 'tip_ustanovki', 'chasto_ischut', 'kolichestvo_lyudei', 'vysota', 'orientaciya']
list(combinations(x, 1))
combinations(x, 1)) комбинаций по 1 сочетанию.
х = , что нужно сделать
Сорян, 2 строчки :)))