-
Slice & len
You can extract from the list in bulk.
It does not include the last index number.If you omit the first index, extraction starts at 0.
If you omit the last index, it will extract to the end.
Omitting both the first and last indices extracts everything.
len:
Count the number of words in the list.