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