I have n number of sets
Each set contains characters
like
set1 set2 set3
a s a
b d c
c
how can i get all the possible combinations so that
first letter from first set and second number from second set. like that.
there is a possibility of n number of sets and set are independent.