diff --git a/index.html b/index.html index a0eb613..9c72344 100644 --- a/index.html +++ b/index.html @@ -273,7 +273,6 @@ Point(x=1, y=2 ('x', 'y')

#Iterator

-

In this cheatsheet '<collection>' can also mean an iterator.

from itertools import count, repeat, cycle, chain, islice
 
<iter> = iter(<collection>)