Welcome back, Puzzlers. Spoiler warning: The puzzle solution is posted at the end of this page.
Ready to solve the latest Sunday Puzzle from NPR?
This week's challenge comes from listener Sandy Weisz, of Chicago. Name a famous woman in American history with a three-part name. Change one letter in her first name to a double letter. The resulting first and second parts of her name form the first and last names of a famous athlete. And the last part of the woman's name is a major rival of that athlete. Who are these people?
If you're still working this puzzle, you may want to check my preview post where I discussed the puzzle in more depth.
We determined that we need these things:
- W: a list of women from American history; each must have a name that can be represented in three parts;
- I came up with a pretty short list, so I just included it directly in my solver script;
- A: a list of famous athletes;
- fx_double_letter: a function to iterate through the letters in each first name and double OR replace AND double, returning a list of the resulting "names";
No comments:
Post a Comment