[Tutor] What exactly is [::-1]?

Tiger12506 keridee at jayco.net
Fri Jul 27 03:24:46 CEST 2007


> What are typeseq objects. Searching the python site on "typeseq" draws a 
> blank.
>
> Dick Moores

I believe that means "sequence" type.
list
tuple
string

are the builtins

I debated with myself about dict, decided that it doesn't fit the 
description. That should be all ordered sequence types.

JS 



More information about the Tutor mailing list