In message <[email protected]>, 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
In message <[email protected]>, 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