Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 142183f

Browse files
gto76rpatel1303
authored andcommitted
Combinatorics
1 parent a60f8be commit 142183f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ Combinatorics
435435
* **If you want to print the iterator, you need to pass it to the list() function!**
436436

437437
```python
438-
from itertools import combinations, combinations_with_replacement, permutations, product
438+
from itertools import product, combinations, combinations_with_replacement, permutations
439439
```
440440

441441
```python

0 commit comments

Comments
 (0)