Answers for "string to list separated by space python"

0

string to list separated by space python

string = "a surprise to be sure but a welcome one"
my_list = string.split(" ")
Posted by: Guest on February-16-2022

Code answers related to "string to list separated by space python"

Python Answers by Framework

Browse Popular Code Answers by Language