On 10/26/2010 07:22 PM, Ian Kelly wrote:
>     >>> i = 5
>     >>> l = [i**2 for i in range(3)]
>     >>> i
>     2
> 
> 
> This has been corrected in Python 3.

Sorry. You're right. I forgot to mention that...


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

Reply via email to