Computer Science, asked by ketharinmary, 1 month ago

What is output for -a = ['he', 'she', 'we'], " '.join(a)
a)['heshewe']

b)'heshewe'

c)['he she we']

d)'he she we'​

Answers

Answered by amaheswarakarthikeya
1

Answer:

What is output for -a = ['he', 'she', 'we'], " '.join(a)

a)['heshewe']

b)'heshewe'

c)['he she we']

d)'he she we'

Similar questions