摘要: python列表的创建与访问movies = ["The Holy Grail","The Life of Brian","The Meaning of Life"]print(movies[1])列表常用的BIFprint()显示列表内容len() 计算列表的数据项append() 在列表末尾增加... 阅读全文
posted @ 2015-10-15 16:26 _Bing 阅读(194) 评论(0) 推荐(0)