Dividing integers...Convert to float first?
Paul McGuire
ptmcg at austin.rr._bogus_.com
Fri Jan 5 17:27:49 EST 2007
"Simon Brunning" <simon at brunningonline.net> wrote in message
news:mailman.2339.1168019925.32031.python-list at python.org...
> On 1/5/07, Grant Edwards <grante at visi.com> wrote:
>> >>> from __future__ import LotteryNumbers
>> File "<stdin>", line 1
>> SyntaxError: future feature LotteryNumbers is not defined
>>
>> Damn.
>>
>> I guess it's back to work then.
>
> Remember the PEP 8 module name standards.
>
>>>> from __future__ import lottery_numbers
> [1, 16, 19, 20, 21, 39]
>
> --
> Cheers,
> Simon B
> simon at brunningonline.net
The computer printed it out, it must be correct! We can all become
millionaires!
(Now if we only knew which drawing in the future, and from which lottery...)
-- Paul
More information about the Python-list
mailing list