Skip to content

Instantly share code, notes, and snippets.

@stibi
Created April 23, 2012 08:18
Show Gist options
  • Save stibi/2469481 to your computer and use it in GitHub Desktop.
Save stibi/2469481 to your computer and use it in GitHub Desktop.
Python format
>>> data = {"woot": "ale no tak"}
>>> "Fap.. {woot}".format(**data)
'Fap.. ale no tak'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment