Tracing programs help us gain a better sense of how Python interprets our code. With objects, we want to be conscious of “grouping” the instance properties together when we draw memory as the instance properties are essentially what an object is composed of.
We’ll first do this by hand.
We can also rely on the python tutor tool.