Use Python 2.7
I have 5 variables:
Fillrate, eCPM, Revenue, Impresiones y Oportunidades
.
Each one can take the values:
ALERTA, Down, Estable, Up, Incremento
I need to know what options there may be for each set of variables. I mean something like this:
["Estable","Estable","Estable","Estable","Estable"],
["Incremento","Estable","Estable","Estable","Estable"],
["Estable","Estable","Estable","Up","Estable"]
and so on until you complete the 3125 possibilities (5 ^ 5)