Lists
Slice
Returns a slice of a list from the specified start index to the specified end index
Inputs
- list: The list (required)start: The index to start slicing from (required)end: The index to end slicing at (required)
Outputs
- list: The resulting list