Skip to content

Instantly share code, notes, and snippets.

@bryanyang0528
Created December 8, 2014 16:15
Show Gist options
  • Save bryanyang0528/0dc9df783725cc55cb71 to your computer and use it in GitHub Desktop.
Save bryanyang0528/0dc9df783725cc55cb71 to your computer and use it in GitHub Desktop.
[int(x != y) for x, y in map(None, 'abd', 'aberf')]
#[0, 0, 1, 1, 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment