To split a string into a list in #Python. One way splits the string using a space (by default). The other splits a string by a given parameter and strips (removes) the remaining spaces at the front and back of each sentence. #PythonProgramming #Strings #Split #Lists #Tips