What is the output of the following code :
li = ['a', 'b', 'c', 'd'] print("".join(li))
Error
None
abcd
[‘a’,’b’,’c’,’d’]
This question is part of this quiz :