l = ["a", "b", "c", "d", "e", "f", "g", "h", "i"] x = slice(3) print(l[x]) #gets the first three elemnets from list(array) l.