def first(function): return function() def second(): return "second" result = first(second)