In this we are going to see a basic example of List of String to List Python in Python Programming Language.
def create_list():
str1 = "Help For Coders"
str1 = str1.split(" ")
print(str1)
create_list()
# Coded By Dhiraj Shelke
#ENJOY CODING
Post a Comment
FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP