Code

    
a = 5
b = 6
c = 7
temp = a 
a = b 
b = c
c = temp
            

Memory Analogy

Visual Analogy

Step 0