Skip to content

Instantly share code, notes, and snippets.

@PSJoshi
Last active August 29, 2015 14:16
Show Gist options
  • Save PSJoshi/643cc1479f3864643b7c to your computer and use it in GitHub Desktop.
Save PSJoshi/643cc1479f3864643b7c to your computer and use it in GitHub Desktop.
python string cookbook
z= "{} is here".format("joshi")
print(" To escape {} bracket, add double brackets like this - {{0}} ".format("empty"))
Very good examples available here - https://mkaz.com/2012/10/10/python-string-format/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment