Write a lambda function to find all strings from a given list whose length is greater than 5.

Write a lambda function to find all strings from a given list whose length is greater than 5.
['hello', 'world', 'python', 'programming', 'is', 'fun']
5
Total : 0 Discussion
Login