Browse Source

Itertools

pull/3/head
Jure Šorn 5 years ago
parent
commit
8eb80549eb
1 changed files with 1 additions and 0 deletions
  1. 1
      README.md

1
README.md

@ -772,6 +772,7 @@ from itertools import *
```python
>>> chain([1, 2], range(3, 5))
[1, 2, 3, 4]
```
#### Compress
```python

Loading…
Cancel
Save