[Tutor] How to get both 2.6 scripts as well as 3.1 scripts to run at command line?

David Hutto smokefloat at gmail.com
Thu Sep 16 06:04:49 CEST 2010


On Thu, Sep 16, 2010 at 12:02 AM, Bill Allen <wallenpb at gmail.com> wrote:
>
>
> On Wed, Sep 15, 2010 at 10:35 PM, David Hutto <smokefloat at 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
>


More information about the Tutor mailing list