python 打印列表内容 python 打印列表内容 python">values = [4, 10, 3, 8, -6] for i in range(len(values)): print(i, values[i]) 标签:python