Skip to content

Instantly share code, notes, and snippets.

@rana-ahmed
Created July 31, 2017 11:27
Show Gist options
  • Save rana-ahmed/7deabfdf8159d163655c725cd0285a8f to your computer and use it in GitHub Desktop.
Save rana-ahmed/7deabfdf8159d163655c725cd0285a8f to your computer and use it in GitHub Desktop.
def foo(a, b):
return a+b
foo(1, 3) ---> 4
foo ---------> <function foo at 0x7f71d73105f0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment