D
Danny Shevitz
Howdy,
A minor stylistic question: Is there a better way to do:
for thing is myList:
myFunc(thing)
map is close, but returns a list, which is wasted. I'm purely using side
effects and the lists are large.
thanks,
Danny
A minor stylistic question: Is there a better way to do:
for thing is myList:
myFunc(thing)
map is close, but returns a list, which is wasted. I'm purely using side
effects and the lists are large.
thanks,
Danny