Rules of Acquisition (of Programming Knowledge) #4:
Reading code does not mean reading the words.
It means: For each line of code, ask (1) what is the program state (variable values, etc.) before the line and after the line, and (2) what did the line do.
#CSed #TeachPython