Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to display items on a list on new lines python

x = [1,2,3,4,5]
print('
'.join(x))
 
PREVIOUS NEXT
Tagged: #display #items #list #lines #python
ADD COMMENT
Topic
Name
7+8 =