def echo(message): print message def indirect(func, arg): func(arg) indirect(echo, 'Hello jello!')
Name (required)
email (will not be published) (required)
Website