python implode code example Example: python implode list print ' '.join(['word1', 'word2', 'word3']) # Here we are using ' ' as a delimiter