In a program I\'m making, I need to make a variable equal to a specific item in a list, relying on a counting variable, like this: x = list[counter]. I need x
x = list[counter]
x