thatkiddrew4121 thatkiddrew4121 06-10-2022 Computers and Technology Answered write a function shortestword that accepts a sentence as an argument. the function should return the shortest word in the sentence. if there is a tie, return the word that appears later in the sentence.