On 29.03.2007, at 00:38, [EMAIL PROTECTED] wrote:

> Hi,
>
> I create a dictionary like this
> myDict = {}
>
> and I add entry like this:
> myDict['a'] = 1
> but how can I empty the whole dictionary?

Reading the Python docs might help.
But before, I would try a dir(myDict).
Maybe you will find an easter-egg
which has exactly the name you are looking for?

cheers - chris

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to