Skip to content

Instantly share code, notes, and snippets.

@bryanyang0528
Created December 8, 2014 16:13
[(x,y) for x, y in map(None, 'abd', 'aberf')]
#[('a', 'a'), ('b', 'b'), ('d', 'e'), (None, 'r'), (None, 'f')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment