One of the basic data structures in Python is the dictionary, which allows one to record “keys” for looking up “values” of any type. Is this implemented internally as a hash table? If not, what is it?

4 Answers
4

Leave a Reply

Your email address will not be published. Required fields are marked *