Mega Code Archive

 
Categories / Python / String
 

Join a list

li = ['a', 'b', 'e']      print "\n".join(li)