convert strings in to list python code example Example: python convert string to list fruit = 'apple oranges banans' newlist = fruit.split() print(newlist)