Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Join a list of items with different types as string in Python

print(','.join(str(x) for x in list_of_ints))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Join #list #items #types #string #Python
ADD COMMENT
Topic
Name
3+4 =