# Introduction In this lab, you are given a problem to write a function called `extreme_words_in_sentence()` that takes a sentence as input and returns a tuple containing the longest and shortest words in the sentence, considering all alphanumeric and whitespace characters. If multiple words have the same length, the first one should be returned.
Click the virtual machine below to start practicing