# Author: James Tam # Version: September 14, 2022 # Determine the contents of each variable as each line of the program runs num1 = 1 num2 = 2 num3 = 3 num3 = num1 num1 = 3 num2 = 1