单项选择题

表达式 list(filter(lambda x:x>2, [0,1,2,3,0,0])) 的值为:
A、[0]
B、[1]
C、[2]
D、[3]

微信扫码免费搜题