Python Implose List
print ' '.join(['word1', 'word2', 'word3'])
# Here we are using ' ' as a delimiter
Distinct Dragonfly
print ' '.join(['word1', 'word2', 'word3'])
# Here we are using ' ' as a delimiter