We want to swap the values of var_1 and var_2. To do that, add the value of var_1 inside the temp variable.
var_1
var_2
temp
That's it!
Make sure to add = var_1 to your code.
= var_1