A solution to last week’s challenge can be found here.
Source: https://commons.wikimedia.org/wiki/File:Combination.png
This week's challenge was submitted by @Kenda - Thanks for your submission!
Mathematicians and statisticians often work with permutations and combinations. In this challenge, we will focus on the latter. You are given 15 unique variables. The goal is to create a list of each of the combinations containing 3 variables (that is, 15C3). Remember, with combinations, order does not matter and the same variable cannot show up more than once in a given combination.
Since @Kenda is vertical user, this week's challenge is also a vertical workflow!