_ map(_.join,zip(_[_fracture_,_outli

>>> map(''.join,zip(*['fracture','outlined',...
Tim HuttonTim Hutton - 2011-09-16 10:17:48+0000 - Updated: 2011-09-16 10:17:48+0000
>>> map(''.join,zip(*['fracture','outlined','blooming','septette']))
['fobs','rule','atop','clot','time','unit','rent','edge']

Adku: A Hodgepodge of Python

Shared with: Public
+1'd by: Mark Jackson

This post was originally on Google+