Share
An alternative is to use the new Advanced String Formatting
>>> example = "%{test}%".format(test="name") >>> print example %name%