Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

print list without brackets int python

# you're using Python 3, or appropriate Python 2.x version with from __future__ import print_function then:

data = [7, 7, 7, 7]
print(*data, sep='')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #print #list #brackets #int #python
ADD COMMENT
Topic
Name
1+5 =