Skip to content

Instantly share code, notes, and snippets.

@diogobaltazar
Last active December 5, 2018 22:58
Show Gist options
  • Save diogobaltazar/42c75b4f488cb9cac6355bc31360d602 to your computer and use it in GitHub Desktop.
Save diogobaltazar/42c75b4f488cb9cac6355bc31360d602 to your computer and use it in GitHub Desktop.
# python
> print (lambda _: _.format(_))('+{}+')
"++{}++"

> print "{a} and {b}".format(b = 'b', a = 'a')
"a and b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment