Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to print list without for loop python

list = ['a','b','c']
print(', '.join(list) # You can also delete the comma and just put space or you can use 
 to make new line
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #How #print #list #loop #python
ADD COMMENT
Topic
Name
2+9 =