String Python Tutorial

from string  import Template
s = Template("Make $$ selling $x!")
s.substitute(x='slurm')
print s