Convert String to List in Python - AskPython
www.askpython.com › python › stringString To List Of Character Lists. Understand the code: In this case, after the initialization of the string string1, we use the first method and convert it into a list of strings. That is, at this point string1 is a list of strings given by [ 'This', 'is', 'Python' ] Then we apply the list () method to all the elements of the list. string1.