Currently, there are some parts of the Python chapter that use `cnt` as the variable name for a counter variable. I would prefer this to be a single letter such as `i`, `n`, `j` or `x`.