In message <mailman.264.1288112997.2218.python-l...@python.org>, Andre 
Alexander Bell wrote:

>    >>> i = 5
>    >>> l = [i**2 for i in range(3)]
>    >>> i
>    2

The last line comes out as 5 in Python 3.1.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to