Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

turn a list into a string python

def add_up(words):
    return " ".join([str(stuffs) for stuffs in words])

add_up(words = ["hello", "world"])
Source by www.afternerd.com #
 
PREVIOUS NEXT
Tagged: #turn #list #string #python
ADD COMMENT
Topic
Name
6+6 =