> How would you get the last 4 items of a list? Did you try the same "get the last 4 items" solution that worked for a string?
lst[-4:] -tkc -- http://mail.python.org/mailman/listinfo/python-list
> How would you get the last 4 items of a list? Did you try the same "get the last 4 items" solution that worked for a string?
lst[-4:] -tkc -- http://mail.python.org/mailman/listinfo/python-list