On Thu, Sep 16, 2010 at 12:02 AM, Bill Allen <walle...@gmail.com> wrote:
>
>
> On Wed, Sep 15, 2010 at 10:35 PM, David Hutto <smokefl...@gmail.com> wrote:
>>
>> print("a is", a)
>> or
>> from future import *
>> _______________________________________________
>
> Other than the Python 3 style print function, what else is contained in the
> future module?

>>> import __future__
>>> help(__future__)

>
> --Bill
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to