[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-list
Subject:    Re: Python(2.5) reads an input file FASTER than pure C(Mingw)
From:       n00m <n00m () narod ! ru>
Date:       2008-04-30 13:57:08
Message-ID: c7b349e1-3da1-412e-a617-9c299d8b73ed () c58g2000hsc ! googlegroups ! com
[Download RAW message or body]

>>> a = ['zzz', 'aaa']
>>> id(a[0]), id(a[1])
(12258848, 12259296)
>>> a.sort()
>>> id(a[0]), id(a[1])
(12259296, 12258848)
>>>
--
http://mail.python.org/mailman/listinfo/python-list
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic