Your task is creating a prompt <PROMPT> that defines a python function for executing a word sorting task which is sorting the given words alphabetically. Defined function name should be 'sort_word'. It only inputs 'input_text' and outputs the words in the input text sorted in the correct order and separate them with a space(' '). Below are some previous code prompts with their scores. The score ranges from 0 to 100.

{prompt_score_pairs}

Below are some input prompts and answers.

{task_exemplar}

Generate a code prompt that is different from all the code prompts <PROMPT> above, and has a higher score than all the code prompts <PROMPT> above. The generated code prompt should begin with <PROMPT> and end with </PROMPT>. The code prompt should be concise, effective, and generally applicable to all examples above.
<PROMPT>