#32Multiple Choice
What is the expected output of the following code? myli = range (-2,2) m = list(filter(lambda x: True if abs(x) < 1 else False, myli)) print(len(m))
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free