how do i obtain a chunk of sequence denoted by sta...
# getting-started
p
how do i obtain a chunk of sequence denoted by start and end indices? something like
arr[3..8]
in python