def foo(): print 'in foo()'bar = foobar()def bar(argfunc): argfunc()bar(foo)
Name (required)
email (will not be published) (required)
Website