Sometimes, I just want to execute a function for a list of entries -- eg.:
for x in wowList: installWow(x, \'installed by me\')
Sometime
How about this?
for x in wowList: installWow(x, 'installed by me') del x