Which of the following is true if we are using a negative step value?

start needs to be either omitted or greater than stop to return elementsAn error will be thrown if our step value is larger than the length of the list

start needs to be either omitted or greater than stop to return elements.