Q. Which method joins a list of strings?

A
join()
B
concat()
C
merge()
D
combine()
Solution:

join() combines a list, e.g., ‘-‘.join([‘a’, ‘b’]) = ‘a-b’.

Entri Contact Image

Get Expert Advice for Free: Register for Your Free Consultation Now!