Python Programming - Lambda Functions - Discussion
Discussion Forum : Lambda Functions - General Questions (Q.No. 48)
48.
What does the following lambda function accomplish?
lambda x: len(x) if isinstance(x, str) else None
Answer: Option
Explanation:
The lambda function returns the length of a string and None for non-string values.
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers