# python
> print (lambda _: _.format(_))('+{}+')
"++{}++"
> print "{a} and {b}".format(b = 'b', a = 'a')
"a and b"
Last active
December 5, 2018 22:58
-
-
Save diogobaltazar/42c75b4f488cb9cac6355bc31360d602 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment