slice(List,start,end)

Description:

Returns a portion (slice) of a given list between the specified start and end indices.

Example:

image-20251103-115106.png

Last updated