Skip to content

Instantly share code, notes, and snippets.

@shaunagm
Created April 14, 2020 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaunagm/49919f9f3bd5bb55855491d3ca8d8a0f to your computer and use it in GitHub Desktop.
Save shaunagm/49919f9f3bd5bb55855491d3ca8d8a0f to your computer and use it in GitHub Desktop.
Python multiline cheatsheet
Multiline comments use """ """
To break up a statement, use \ at the end of each line except the last.
Anything wrapped in [] {} or () can be broken anywhere.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment