On Fri, 07 Jan 2011 03:32:54 +0000, Edward A. Falk 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?


>>> 25//4
6


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

Reply via email to