let's say you have a list `["A", "B", "C", ...]` a...
# getting-started
p
let's say you have a list
["A", "B", "C", ...]
and a list
[1, 2, 3, ..]
, how would you get a cartesian product of these two in a functional way?