Source Code:
(back to article)
words = ['cat', 'dog', 'fish'] sentence = ' '.join(words) print(sentence)
Result:
Report an issue