How can I parse this correctly?

Chris Angelico rosuav at gmail.com
Sun Apr 6 07:54:16 EDT 2014


On Sun, Apr 6, 2014 at 9:32 PM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
> I'd recommend using this import statement in Python 2 so you get used to
> print being a function.
>
> from __future__ import print_function

Or better still, just write Python 3 code - then you get to take
advantage of all the fancy new features :)

ChrisA



More information about the Python-list mailing list