标签: python big-o
如果我有字典,例如:
dict = {"a": 0, "b": 1, "c": 2, "d": 3, "e": 4}
获得这样的键值的操作的最大作用是什么? :
val = dict["a"]