Chapter folders renamed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#itertools_repeat.py
|
||||
import itertools
|
||||
|
||||
for x in itertools.repeat('Python', times=5):
|
||||
print(x)
|
||||
Reference in New Issue
Block a user