On Fri, Jan 7, 2011 at 3:32 AM, Edward A. Falk <[email protected]> wrote:

> In article <
> cd9d1c80-b1d2-4d20-9896-a6fd77bd7...@j25g2000yqa.googlegroups.com>,
> Ian  <[email protected]> wrote:
> >
> >In Python 3, the '/' operator always performs true division.
>
> How can I get integer division?
>
> --
>        -Ed Falk, [email protected]
>        http://thespamdiaries.blogspot.com/
> --
> http://mail.python.org/mailman/listinfo/python-list
>

Use // where you would / in order to preform integer division in Python 3.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to