hash()

Steven Bethard steven.bethard at gmail.com
Mon Dec 5 22:23:54 EST 2005


Tim Peters wrote:
> First, if `st` is a string, `st[::-1]` is a list.

I hate to question the great timbot, but am I missing something?

 >>> 'abcde'[::-1]
'edcba'

STeVe



More information about the Python-list mailing list