表达式list(filter(lambda x:len(x)>3,['a','b','abcd']))的值为()。

表达式list(filter(lambda x:len(x)>3,['a','b','abcd']))的值为()。

['abcd']