Skip to content

Instantly share code, notes, and snippets.

@hlxwell
Created May 5, 2013 05:32
Show Gist options
  • Save hlxwell/5519845 to your computer and use it in GitHub Desktop.
Save hlxwell/5519845 to your computer and use it in GitHub Desktop.
Replace placeholder in string
"%s %s" % ["a", "b"] => "a b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment