Skip to content

Instantly share code, notes, and snippets.

@emilepetrone
Created July 30, 2010 20:23
Show Gist options
  • Save emilepetrone/501247 to your computer and use it in GitHub Desktop.
Save emilepetrone/501247 to your computer and use it in GitHub Desktop.
import pickle
f = open('/banner.p', 'r')
output = pickle.load(f)
print output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment