On 2019-07-12 16:40, Terry Reedy wrote:
On 7/12/2019 11:27 AM, Richard Mok wrote:

It does not mention on the book which version of Python it is using.

That would likely mean 2.x.  Easy way to tell:
2.x has 'print x' statements.  3.x has 'print(x)' function calles.

I had a brief look online and saw a preview. It was written in 2006 and Appendix B stops at Python 2.5. A lot has happened since then!
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to