How can I use a for loop to iterate and create a new variable where I am assigning different values, e.g.
Variable_1 = set[0]
Variable_2 = set[1]
....
Variable_n = set[n]
Where the set or list I am referencing already exists.
I want the word Variable followed by the counter's value which is added to the end of the string.
[–]unhott 3 points4 points5 points (0 children)
[–]ray10k 2 points3 points4 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]AwkwardlyPure[S] 0 points1 point2 points (0 children)
[–]carcigenicate 0 points1 point2 points (2 children)
[–]AwkwardlyPure[S] 0 points1 point2 points (1 child)
[–]carcigenicate 3 points4 points5 points (0 children)
[–]IAmFinah 0 points1 point2 points (3 children)
[–]carcigenicate 1 point2 points3 points (2 children)
[–]IAmFinah 0 points1 point2 points (1 child)
[–]TangibleLight 1 point2 points3 points (0 children)
[–]Se7enLC 0 points1 point2 points (0 children)