>>> def add(n): ... return i + n ... >>> fs = [add for i in range(10)] >>> fs[3](4) 13
http://stackoverflow.com/questions/139819/why-results-of-map...
http://stackoverflow.com/questions/139819/why-results-of-map...