Daftar Python Implode

print ' '.join(['word1', 'word2', 'word3'])

# Here we are using ' ' as a delimiter
Distinct Dragonfly