Browse Source

Combinatorics

pull/27/head
Jure Šorn 6 years ago
parent
commit
d19dcb7b4b
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -435,7 +435,7 @@ Combinatorics
* **If you want to print the iterator, you need to pass it to the list() function!**
```python
from itertools import combinations, combinations_with_replacement, permutations, product
from itertools import product, combinations, combinations_with_replacement, permutations
```
```python

Loading…
Cancel
Save