摘要: # -*- coding: utf-8 -*-"""Created on Tue Jun 03 21:17:59 2014@author: Administrator"""# conversions and immutabilityT = ( 'cc', 'aa', 'dd', 'bb' )tmp ... 阅读全文
posted @ 2014-06-03 21:25 cpycpp 阅读(212) 评论(0) 推荐(0)
摘要: tuple即元组简介和基本的属性 1 # -*- coding: utf-8 -*- 2 """ 3 Created on Tue Jun 03 20:39:19 2014 4 5 @author: Administrator 6 """ 7 8 """ 9 ' tuple是一种集合类型(col... 阅读全文
posted @ 2014-06-03 21:17 cpycpp 阅读(272) 评论(0) 推荐(0)