Hash Map in Python

后端 未结 9 1093
礼貌的吻别
礼貌的吻别 2020-11-27 10:59

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

9条回答
  •  感动是毒
    2020-11-27 11:14

    All you wanted (at the time the question was originally asked) was a hint. Here's a hint: In Python, you can use dictionaries.

提交回复
热议问题