Changes between Initial Version and Version 1 of Ticket #27408, comment 37
- Timestamp:
- 03/05/19 23:09:12 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27408, comment 37
initial v1 1 According to the documentation of [https://docs.python.org/3/library/itertools.html#itertools.islice islice], it needs non negative parameters. Thus I tried to combine use of slice and islice.1 According to the documentation of [https://docs.python.org/3/library/itertools.html#itertools.islice islice], it needs non negative parameters. Thus I tried to combine use of islice and `list()[i]`.