成都创新互联网站制作重庆分公司

python字典的小例子

(helloworld) [root@iZ2ze7qh7q0di3qkvef1dzZ ~]# more dic_test.py

成都创新互联主营双阳网站建设的网络公司,主营网站建设方案,手机APP定制开发,双阳h5小程序开发搭建,双阳网站营销推广欢迎双阳等地区企业咨询

#!/usr/bin/python

info ={}

name=raw_input("Please input name: ")

age=raw_input("Please input age: ")

gender=raw_input('please input(M/F): ')

info['name']=name

info['age']=age

info['gender']=gender

for k,v in info.items():

    print "%s:%s" % (k,v) 

print 'main end'


本文题目:python字典的小例子
文章起源:http://cxhlcq.com/article/ihcpoh.html

其他资讯

在线咨询

微信咨询

电话咨询

028-86922220(工作日)

18980820575(7×24)

提交需求

返回顶部