new__(S, ...) -> a new object with type S, a subtype of T
None
Process finished with exit code 0
在如上输出的帮助信息中.../usr/bin/env python
#coding:utf-8
list1=['name','age','address']
print u'把列表list1转换为字符串:',str(list1)...','windows','firefoxos')
print u'把元组tuple1转换为字典:',list(tuple1),'类型为:',type(list(tuple1))
dict1={'name...':'wuya','age':18,'address':'xian'}
print u'把字典dict1转换为列表:',list(dict1.items()),'类型为:',list(dict1.items...转换为字典:',dict(enumerate(list1)),'类型为:',dict(enumerate(list1)