In python you can save a string like: template = '%s is %s' and _then_ evaluate its output: print template % ('john', 'tall')
In python you can save a string like: template = '%s is %s' and _then_ evaluate its output: print template % ('john', 'tall')