No, because variables aren't a letter like in math, but instead in programming variables hold memory.
The screen is 480x360 pixels.
A variable can store one value at a time.
It will switch over the values but you need a temporary value to perform this as variables can't hold two values at a time.
It is switching value_1 to value_2 by giving temp one of the values.