another_list = list(range(5)) times_two_list = list(map(lambda x: 2*x, another_list)) times_two_list