Add print statements for var_1 first, then for var_2, and then for temp.

Great! We'll now be able to see how our algorithm is progressing. See how both var_1 and temp equal 5?

Make sure to print var_1, then var_2, and finally temp.