>>> aX=10      # this is one variable 
>>> Ax=20      # this is a different variable 
>>> aX+Ax 
30 
>>>


Figure 7