单项选择题

【单选题】表达式 list(filter(lambda x: len(x)>3, ['a', 'b', 'abcd'])) 的值为___________。 A.
['abcd'] B.
'abcd' C.
['a', 'b', 'abcd'] D.
'a', 'b', 'abcd'