Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

print list in one line python

# using * operator
scores = [11, 12, 13, 14, 15, 16]
print(*scores)
Source by blog.finxter.com #
 
PREVIOUS NEXT
Tagged: #print #list #line #python
ADD COMMENT
Topic
Name
5+4 =