On Mon, 2008-02-25 at 16:27 +0000, Grant Edwards wrote:
> On 2008-02-25, Carl Banks <[EMAIL PROTECTED]> wrote:
> 
> > In other words, 3/4 in Python rightly yields a float
> 
> Unless you're in the camp that believes 3/4 should yield the
> integer 0. ;)

I'm in the camp that believes that 3/4 does indeed yield the integer 0,
but should be spelled 3//4 when that is the intention.

Cheers,
Cliff


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to