Computer Science, asked by ujju0744, 8 months ago

What is the output of the following code:
My_List = ['a','b', 'c','d']
print(""join(My_List))​

Answers

Answered by Kaushikkalesh
0

Output - "abcd"

Please Mark this as Brainliest

And Thank Me

Similar questions