0

What is the use of join method in python?

17th Feb 2019, 10:57 AM
Salman Ahmad
Salman Ahmad - avatar
2 Answers
+ 6
join is used to combine a list of strings into a single value, with a separator string inbetween (that can also be an empty string). Example: https://code.sololearn.com/ch6JlwyNtfTh/?ref=app
17th Feb 2019, 11:13 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Now I understand it. Thanks Tibor Santa
17th Feb 2019, 11:56 AM
Salman Ahmad
Salman Ahmad - avatar