Jump to content

Change e letters to i in words: Difference between revisions

m
→‎{{header|Python}}: Simplified an expression.
m (→‎{{header|Python}}: Simplified an expression.)
Line 1,130:
 
return [
(w, twin) for w in [allWords
if 5 < len(w) forand w'e' in allWordsw and (
iftwin 5:= < lenw.replace(w) and 'e', in w'i')
]) in lexicon
if (twin := w.replace('e', 'i')) in lexicon
]
 
9,655

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.