Skip to content

Instantly share code, notes, and snippets.

@acaranta
Created September 16, 2014 17:01
Show Gist options
  • Save acaranta/771ff46d637819e83fae to your computer and use it in GitHub Desktop.
Save acaranta/771ff46d637819e83fae to your computer and use it in GitHub Desktop.
simple pprint
import pprint
pp = pprint.PrettyPrinter(indent=4)
pp.pprint("<yourvar>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment