type = "instance" instead of "dict"

Cruella DeVille siv.hansen at gmail.com
Mon Feb 27 14:53:09 EST 2006


I'm trying to implement a bookmark-url program, which accepts user
input and puts the strings in a dictionary. Somehow I'm not able to
iterate myDictionary of type Dict{}

When I write print type(myDictionary) I get that the type is
"instance", which makes no sense to me. What does that mean?
Thanks




More information about the Python-list mailing list