填空题

表达式list(map(lambdax:x+5,[1,2,3,4,5]))的值为()。

【参考答案】

[6, 7, 8, 9, 10]