Ormiston triples: Difference between revisions

Content added Content deleted
m (→‎{{header|Python}}: Remove unused import)
Line 340: Line 340:
<syntaxhighlight lang="python">import textwrap
<syntaxhighlight lang="python">import textwrap


from collections import Counter
from itertools import pairwise
from itertools import pairwise
from typing import Iterator
from typing import Iterator