Python 字典多值 Python 删除字典元素 Python 时间time模块 Python 字典多值 #!/usr/bin/python dict = {'Name': 'Zara', 'Age': 7, 'Name': 'Manni'} print "dict['Name']: ", dict['Name'] Python 删除字典元素 Python 时间time模块