This formating is really tricky

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Aug 26 13:19:06 EDT 2014


On 26/08/2014 17:33, Chris Angelico wrote:
> On Wed, Aug 27, 2014 at 2:28 AM, Peter Otten <__peter__ at web.de> wrote:
>> No, "python-flight-attendant" ;)
>>
>> http://xkcd.com/353/
>
> Would be nice if that could be made Python 3 compatible.
>
> ChrisA
>

Easy.

from __past__ import print_statement (untested)

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list