Remix clone Hacker News
new
|
show
|
ask
|
jobs
Github
▲
milesrout
8 days ago
Don't forget string.Template:
import string t = string.Template("foo $bar") t.substitute(bar="bar")