2022年 11月 5日 python 列表取值 未分类 admin # python 列表取值 list = ['张三','李四','王五','赵六','钱七','孙八'] print(list) zhaoliu = list[3] 1 2 3 4