- 1

Insert a list of string and output will be of length.

l=['abc','def','ghi'] Expected output- a='abc' b='def' c='ghi'

14th Sep 2021, 9:37 AM
Damini Shivhare
Damini Shivhare - avatar
2 Answers
+ 1
Please show your attept on SL Playground.
14th Sep 2021, 10:43 AM
JaScript
JaScript - avatar
0
You can append a ,b and c to list then len function will return length its simple predefined methods are available use them
14th Sep 2021, 2:35 PM
A S Raghuvanshi
A S Raghuvanshi - avatar