Mega Code Archive
Categories
/
Python Tutorial
/
String
Convert a list of characters back to a string
print ''.join(list('hello'))