Python 访问字典值 Python 元组tuple tuple() 方法 python 访问字典数据项 Python 访问字典值 #!/usr/bin/python dict = {'Name': 'Zara', 'Age': 7, 'Class': 'First'} print "dict['Name']: ", dict['Name'] print "dict['Age']: ", dict['Age'] Python 元组tuple tuple() 方法 python 访问字典数据项