How to concatenate (join) items in a list to a single string
The result of join is always a string, but the object to be joined can be of many types (generators, list, tuples, etc). is faster because it allocates memory only once. Better than classical