摘要: players = ['charles','martina','michael','florence','eli']print(players)#获取类表的子集(索引为1-3)print(players[1:4])#['martina', 'michael', 'florence']#不指定起始的位 阅读全文
posted @ 2017-09-25 08:45 yyw蔚然 阅读(153) 评论(0) 推荐(0) 编辑