Return a slice object representing the set of indices specified by range(start, stop, step). The start and step arguments default to None.
class slice(stop)