What is the output of the following code:
My_List = ['a','b', 'c','d']
print(""join(My_List))
Answers
Answered by
0
Output - "abcd"
Please Mark this as Brainliest
And Thank Me
Similar questions