Buildin Function Python Tutorial

counters = [1, 2, 3, 4] 
map((lambda x: x + 3), counters)        # Function expression