Description Usage Arguments Value Examples
itertools.islice
1 | iter.islice(iterable, ...)
|
iterable |
iterables |
start |
|
stop |
|
step |
list or vector
1 2 3 4 | iter.islice('ABCDEFG', 2)
iter.islice('ABCDEFG', 2, 4)
iter.islice('ABCDEFG', 2, NULL)
iter.islice('ABCDEFG', 0, NULL, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.