split list into lists python using split(' ') code example Example: python split list string = 'this is a python string' wordList = string.split(' ')