def foo(bar): return bar + 1 def call_foo(foo, arg): return foo(arg) call_foo(foo, arg)