Skip to content

Instantly share code, notes, and snippets.

@lann
Created May 11, 2011 17:13
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 lann/966892 to your computer and use it in GitHub Desktop.
Save lann/966892 to your computer and use it in GitHub Desktop.
def help_text():
from textwrap import dedent
print dedent("""
If you do this,
it will print correctly
without looking so ugly in code.""")
help_text()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment