Displaying multiple results in a list
Russell Briggs
russb at jump.net
Mon Dec 3 16:31:03 EST 2001
More information about the Python-list mailing list
Mon Dec 3 16:31:03 EST 2001
- Previous message (by thread): Displaying multiple results in a list
- Next message (by thread): Displaying multiple results in a list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Wanted to know if there was a way to specify ranges in a list such as: newlist = ["1", "2", "3", "4", "5", "6"] print newlist[1..3] #ie: print newlist[1], newlist[2], newlist[3] Can something like this be done? /russ
- Previous message (by thread): Displaying multiple results in a list
- Next message (by thread): Displaying multiple results in a list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list