I am collecting 7 different values through a while
. Whenever while
is rotated, a value is assigned to variable valor
and is printado
, but I would like to save each valor
to a variable for later use.
For example, the first print, var1 = valor
, the second time, var2 = valor
, the third time, var3 = valor
...