# Introduction In this lab, you need to write a program called `reverse_sentence_words()` that takes in a sentence and returns the sentence with the order of its words reversed. The function should not add any extra spaces.
Click the virtual machine below to start practicing