表达式list(filter(lambda x:x%2==0,range(10)))的值为()。

表达式list(filter(lambda x:x%2==0,range(10)))的值为()。

[0,2,4,6,8]