I have a list of 20 products and want to generate the list of all possible combinations of 4 unique products. the order is not important example (a,b,c,d) = (b,d,a,c)... and only one should be listed.
Thank you
Ned
I'm not a programmer and a beginner trying to learn Python.
I calculated 4845 combinations but would like to use python to generate them.