Chapter folders renamed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#itertools_count.py
|
||||
import itertools
|
||||
|
||||
iter = itertools.count(10, 2)
|
||||
print(next(iter))
|
||||
print(next(iter))
|
||||
Reference in New Issue
Block a user