On Sun, Apr 6, 2014 at 9:32 PM, Mark Lawrence <breamore...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to