What is the correct output of this code?
for i in [2, 0, 0, 2,8,0,2][::-1]:
print (i)

Posted on by