Learn to create trace tables by stepping through Python algorithms
1name = "Alice"2age = 253print("Hello", name)4age = age + 15print("Next year you will be", age)