python [ [1] [1, 2] [1, 2, 3] [1, 2, 3, 4] ] code example Example: [1::2] python >>> L = range(10) >>> L[::2] [0, 2, 4, 6, 8]