028-86922220

建站动态

根据您的个性需求进行定制 先人一步 抢占小程序红利时代

python篇历字典中的值

>>> dict1 = {'name': 'earth', 'port': 80}         
>>> for key in dict1:                             
...     print 'key=%s,value=%s' % (key,dict1[key])
... 
key=name,value=earth
key=port,value=80

>>> dict1['name']
'earth'
>>> print 'host %s is running on port %d' % (dict1['name'],dict1['port'])
host earth is running on port 80
>>> 

网站题目:python篇历字典中的值
网站地址:http://www.tsicrk.com/article/iecdoh.html

其他资讯

让你的专属顾问为你服务

3.5796s