More or less code in python?

Chris Angelico rosuav at gmail.com
Mon Mar 16 03:36:54 EDT 2015


On Mon, Mar 16, 2015 at 6:32 PM, Dave Angel <davea at davea.name> wrote:
> Assuming Python 3.x of course.  if you're in Python 2, you'd use "long"
> rather than int.

Not sure you need to bother. Even in Py2, you can use the int
constructor to get a long.

ChrisA



More information about the Python-list mailing list