I want to implement a HashMap in Python. I want to ask a user for an input. depending on his input I am retrieving some information from the HashMap. If the user enters a k
All you wanted (at the time the question was originally asked) was a hint. Here's a hint: In Python, you can use dictionaries.