What is the output of the following Python code?
ints=[2,0,8,2,0,0,2]
print(ints[0:])


Posted on by