表达式list(filter(lambda x:x>5

表达式list(filter(lambda x:x>5,range(10)))的值为__________。

答案
第1空:[6,7,8,9]

题目信息

题号:7542
题型:填空题
难度:普通