SyntaxFix
Write A Post
Hire A Developer
Questions
I use this all the time :
#!/usr/bin/python l = [1,2,3,7] print "".join([str(x) for x in l])