Similar to this post, but I want to perform this task on an arbitrary list or words supplied by an external source, which may change according to user input. For example, I may have:
input = ['annotate','color','october','cellular','wingding','appeasement','sorta']
and the output ought to be
output = ['color','october','wingding','sorta']
Any help would be appreciated!