打印列表内容

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

values = [4, 10, 3, 8, -6]
for i in range(len(values)):
	print(i, values[i])