Hi,
I am looking for an open source project to contribute to, to enhance
my python skills. I have about 6 months experience in the language. I
have searched freshmeat.net, but as I'm pretty new, I'm not sure which
projects I would be able to contribute to.
If anyone can suggest any open source pr
Hi all,
Can someone please explain to me why the following evaluates as false?
>>>list=['a','n','n','a']
>>>list==list.reverse()
>>>False
I'm stumped :s
--
http://mail.python.org/mailman/listinfo/python-list
On Jul 11, 11:34 pm, Denis Kasak <[EMAIL PROTECTED]>
wrote:
> On Sat, Jul 12, 2008 at 12:22 AM, kdt <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
> >
> > Can someone please explain to me why the following evaluates as false?
> >
> >>>>list=[