blob: 66e2b1ff68ce3fd78c478041e898b19c087d8d3c [file] [log] [blame]
def foo():
return "foo"
c = "string"
"a%sf_str%s" % (foo(), c)