天天看點

python中的字典(map)沒有key時報錯

Traceback (most recent call last):

  File "C:/Users/pactera/PycharmProjects/study/number", line 10, in <module>

    print("list1[1:5]:",dict1['school']);

KeyError: 'school'