Python 访问字典值 Python不包含分隔符 Python 访问字典值 Python 访问字典值 #!/usr/bin/python dict = {'Name': 'Zara', 'Age': 7, 'Class': 'First'} print "dict['Name']: ", dict['Name'] print "dict['Age']: ", dict['Age'] Python不包含分隔符 Python 访问字典值