- 1
Insert a list of string and output will be of length.
l=['abc','def','ghi'] Expected output- a='abc' b='def' c='ghi'
2 Answers
+ 1
Please show your attept on SL Playground.
0
You can append a ,b and c to list then len function will return length its simple predefined methods are available use them