TestList = [1,2,3,4,5]TestList = list(map(lambda num : num + 100, TestList)) print(TestList)
Standard input is empty
[101, 102, 103, 104, 105]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!