Skip to content

Instantly share code, notes, and snippets.

View leon-matthews's full-sized avatar

Leon Matthews leon-matthews

View GitHub Profile
@leon-matthews
leon-matthews / alternades.txt
Last active September 5, 2021 11:49
Every alternade found using scrabble wordlist
tinily + renal = triennially
polls + epees = peopleless
arras + gain = agrarians
arses + rete = arrestees
blond + aloe = ballooned
clips + aloe = calliopes
fetes + lens = fleetness
genet + reis = greeniest
panes + lins = plainness
sinus + eger = seigneurs
@leon-matthews
leon-matthews / alternades.py
Last active September 5, 2021 12:14
Python script to find alternades from given wordlist
#!/usr/bin/env python3
"""
Find pairs of words that 'alternade'.
Letters taken alternately from two words combine to produce a valid word.
For example:
shoe + cold = schooled.