How do I split a string into a list of words? September 10, 2022 by Tarik Given a string sentence, this stores each word in a list called words: words = sentence.split()