diff --git a/README.md b/README.md index 1730421..ea2e439 100644 --- a/README.md +++ b/README.md @@ -541,7 +541,7 @@ shuffle() Combinatorics ------------- * **Every function returns an iterator.** -* **If you want to print the iterator, you need to pass it to the list() function!** +* **If you want to print the iterator, you need to pass it to the list() function first!** ```python from itertools import product, combinations, combinations_with_replacement, permutations diff --git a/index.html b/index.html index eb86f4a..1d59dce 100644 --- a/index.html +++ b/index.html @@ -613,7 +613,7 @@ shuffle(<list>)

#Combinatorics

from itertools import product, combinations, combinations_with_replacement, permutations