Is there a function in python to split a word into a list? [duplicate] December 22, 2022 by Tarik >>> list("Word to Split") ['W', 'o', 'r', 'd', ' ', 't', 'o', ' ', 'S', 'p', 'l', 'i', 't']