Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 58)
58.
Which method is used to join elements of a list into a single string?
list.combine()
list.concat()
list.join()
str.join()
Answer: Option
Explanation:
The join() method is used to join elements of a list into a single string in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.