1.4.2 Create Your Word Ladder Solution

1.4.2 Create Your Word Ladder Solution

Complete the word ladder puzzles! Use the code editor below to solve all three puzzles by manipulating strings one letter at a time.

Requirements

Your program must have:

  • Output for every word along the way - Print each word in each word ladder (including the starting word and all intermediate steps)
  • One blank line between each word ladder - Separate each puzzle with a blank line
  • Code that follows the rules - Use string slicing and concatenation to change one letter at a time (you cannot just reassign the entire string)

Get Creative

You are welcome to add your own word ladder at the end!

Build Your Solution

Use the editor below to write your code. The evaluation checklist will update as you code, showing you what you've completed and what still needs work.


Congratulations on completing your fourth Natural Language Processing project!

Loading Python environment...