def permute_word(word): result = [] # Replace this placeholder return statement with your code return result