表达式list(map(lambda x: len(x), ['a', 'bb','ccc']))的值为()。

表达式list(map(lambda x: len(x), ['a', 'bb','ccc']))的值为()。

[1,2,3]