Ormiston triples: Difference between revisions

m
→‎{{header|Python}}: Remove unused import
m (→‎{{header|Python}}: Remove unused import)
Line 340:
<syntaxhighlight lang="python">import textwrap
 
from collections import Counter
from itertools import pairwise
from typing import Iterator
140

edits