What is the output of the following code :L = ['a','b','c','d']print(''.join(L)) - Study24x7
Social learning Network
09 Feb 2024 03:03 PM study24x7 study24x7

What is the output of the following code :

L = ['a','b','c','d']
print("".join(L))

A

Error

B

None

C

abcd

D

[‘a’,’b’,’c’,’d’]

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles