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(myDictiona ry) I get that the type is
"instance", which makes no sense to me. What does that mean?
Thanks
input and puts the strings in a dictionary. Somehow I'm not able to
iterate myDictionary of type Dict{}
When I write print type(myDictiona ry) I get that the type is
"instance", which makes no sense to me. What does that mean?
Thanks
Comment