Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

print items of list using list comprehension in python

l=["vanilla","chocolate","butterscotch","strawberry"]
[print(x) for x in l]
 
PREVIOUS NEXT
Tagged: #print #items #list #list #comprehension #python
ADD COMMENT
Topic
Name
8+1 =