What does the string method .join() do in Python?
Splits a string into a list
Concatenates a list of strings into one string
Reverses a string
Returns the index of a substring in the string
This question is part of this quiz :