def foo(): return "foo" c = "string" "a" + foo() + "f" + "_str" + c