recursive function

Tim Williams tim at tdw.net
Mon Jan 8 13:40:00 EST 2007


On 8 Jan 2007 16:03:53 +0100, Neil Cerutti <horpner at yahoo.com> wrote:

>
> len(dict.keys()).
>

Or

len(dict)

:)



More information about the Python-list mailing list