How could I select a variable with an input and than change its value, this is the best that I could come up with but it doesn't seem to work.
itm1 = 1
itm2 = 1
x = raw_input()
x += 1
print (itm1)
I'm trying to get it so that anyone of the variables could be changed depending on the input.
itm1,itm2as keys. You can getitm1as input and change the values