We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be8f565 + be97e4c commit 0ef136fCopy full SHA for 0ef136f
iterator.py
@@ -5,6 +5,8 @@
5
6
Implementation of the iterator pattern with a generator"""
7
8
+from __future__ import print_function
9
+
10
11
def count_to(count):
12
"""Counts by word numbers, up to a maximum of five"""
0 commit comments