Wrong
The pickle module implements a fundamental, but powerful algorithm for serializing and de-serializing a Python object structure.
http://docs.python.org/library/pickle.html
also I ran your code you need to import pickle or cpickle and it will work...
Leave a comment: