Source Code:
(back to article)
words = ['this', 'is', 'a', 'sentence'] sentence = ' '.join(words) print(sentence)
Result:
Report an issue