Skip to content

Instantly share code, notes, and snippets.

@richo
Created October 6, 2015 16:33
Show Gist options
  • Save richo/482588025516584f55ec to your computer and use it in GitHub Desktop.
Save richo/482588025516584f55ec 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