Skip to content

Instantly share code, notes, and snippets.

@kenKanata56
Created June 21, 2015 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenKanata56/1e0167157a7cfbe9bcdb to your computer and use it in GitHub Desktop.
Save kenKanata56/1e0167157a7cfbe9bcdb to your computer and use it in GitHub Desktop.
myfunc = lambda x:x ** 2
print(myfunc(6))
print(myfunc(5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment