diff --git a/iterator.py b/iterator.py index 3aa36b8d..74d67138 100644 --- a/iterator.py +++ b/iterator.py @@ -5,6 +5,8 @@ Implementation of the iterator pattern with a generator""" +from __future__ import print_function + def count_to(count): """Counts by word numbers, up to a maximum of five"""