how to split a lsit code example Example: python split list string = 'this is a python string' wordList = string.split(' ')