Python 访问字典值 Python 访问字典值 Python 更新字典 Python 访问字典值 #!/usr/bin/python dict = {'Name': 'Zara', 'Age': 7, 'Class': 'First'} print "dict['Alice']: ", dict['Alice'] Python 访问字典值 Python 更新字典