class slice(start, stop[, step])
Return a slice object representing the set of indices specified by range(start, stop, step).
What i