表达式 list(map(lambda x: x+5, [1 , 2, 3, 4, 5])) 的值为__
出自:国家开放大学Python程序设计