Fork me on GitHub
摘要: List 和tuple: python提供一种类似C语言数组的类型,但是使用起来确是相当的简洁。那就讲讲这神奇的python中list 和tuple吧。 List类型: 1.直接贴代码: 输出 ['A','B','C'] 声明一个List类型,使用 标识符 [].就这么简单。 2.得到List L的 阅读全文
posted @ 2016-07-14 23:10 ink.liu 阅读(1335) 评论(1) 推荐(0)