Python Tutor is a visualizer that allows you to see how your code is executed step by step.
We'll be using this throughout several books as you learn about programming in Python!
You can see the values of variables and how they change as your code is executed.
Just press the Next button and the visualizer and watch as the variables are created and printed.
Let's try it out!