Fork Python 4 Question 2

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments