Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions iterator.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -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"""
Expand Down