The function f(x) takes a string input x and returns a list of all the unique words in x. For example, when we input "apple banana cherry", the function returns the list ["apple", "banana", "cherry"].

