Re: [Tutor] TypeError: Need Help

2009-11-19 Thread Dave Angel
Ali Sina wrote: I have Python 3.0 and I'm trying to learn from a pdf document. I followed its instructions >>but I've encountered a problem in its Pickling chapter. This is the code I've written: import pickle, shelve print('Pickling list.') variety=['sweet','hot','dill'] shape=['wh

[Tutor] TypeError: Need Help

2009-11-19 Thread Ali Sina
>>I have Python 3.0 and I'm trying to learn from a pdf document. I followed its >>instructions >>but I've encountered a problem in its Pickling chapter. This >>is the code I've written: import pickle, shelve print('Pickling list.') variety=['sweet','hot','dill'] shape=['whole','spear','chip'] b