li=[1,2] dic={0:1,1:2} print(li[0],dic[0])
I have executed following code, they give the same result, is there any implementation or execu