SyntaxFix
Write A Post
Hire A Developer
Questions
it really depends on your application. If you're looping through hundreds of words and want to append them all into a list, .join() is better. But if you're putting together a long sentence, you're better off using +=.
.join()
+=