Code
a = 5
b = 6
c = 7
temp = a
?
a = b
?
b = c
c = temp
Memory Analogy
Visual Analogy
Previous Line
Step 0
Next Line
Run All Lines
Reset
Close