Length of Words (Problem 25) - InfyTQ Solution in Python
Length of Words (Problem 25)
InfyTQ Solution in Python
PROBLEM STATEMENT
Write a python function that accepts a list of words and returns the list of integers representing the length of the corresponding words.
Sample Input | Expected Output |
---|---|
[cat, Come] | [3,4] |
SOLUTION
SHARE
If you find this useful, please share with your friends and Community.
CODE TOGETHER..GROW TOGETHER.
CODE TOGETHER..GROW TOGETHER.
Newer Posts
Newer Posts
Older Posts
Older Posts
Comments