On Fri, Jan 7, 2011 at 3:32 AM, Edward A. Falk <f...@rahul.net> wrote:

> In article <
> cd9d1c80-b1d2-4d20-9896-a6fd77bd7...@j25g2000yqa.googlegroups.com>,
> Ian  <ian.g.ke...@gmail.com> wrote:
> >
> >In Python 3, the '/' operator always performs true division.
>
> How can I get integer division?
>
> --
>        -Ed Falk, f...@despams.r.us.com
>        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