Skip to content

Instantly share code, notes, and snippets.

@jacobb
Created August 30, 2012 19:15
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 jacobb/3538194 to your computer and use it in GitHub Desktop.
Save jacobb/3538194 to your computer and use it in GitHub Desktop.
poorly formatted python file
import os
import re
import sys
print sys.path
print {'some_key':'lol'}
print "a really really super duper long crazy line that goes beyond what is recommended at 80 characters and all of that jazz yay yay yay"
def some_func():
bob = "an unused variable"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment