Skip to content

Instantly share code, notes, and snippets.

@richo
Created October 6, 2015 16:33
Show Gist options
  • Save richo/f30751926f0be2d2704b to your computer and use it in GitHub Desktop.
Save richo/f30751926f0be2d2704b to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
f = lambda x: ( x +
1)
print f(123)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment