in the following example:
foo = [\'red\', \'white\', \'blue\', 1, 2, 3]
where: foo[0:6:1] will print all elements in foo. Howe
foo[0:6:1]
If you are having trouble remembering slice notation, you could try doing the Hokey Cokey:
[In: Out: Shake it all about]
[First element to include: First element to leave out: The step to use]
YMMV