This slice object can take three arguments; slice(start, end, step) fruits = ["apple", "banana", "peach", "pear", "plum", "orange"] x = slice(1, 4, 2) fruits[x]