重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

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://cqcxhl.com/article/iecdoh.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP