Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def foo(bar):
  2. return bar + 1
  3.  
  4. def call_foo(foo, arg):
  5. return foo(arg)
  6.  
  7. call_foo(foo, arg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement