Check the length of the string held in a variable named phrase and print short if it is less than 7 characters long, long if it is over 20 characters, and medium if it is anything in between. Assume that phrase already holds a string to examine.