Y
Hacker News
new
|
ask
|
show
|
jobs
by
milesrout
431 days ago
Don't forget string.Template:
import string t = string.Template("foo $bar") t.substitute(bar="bar")