What is the following python code valid?
X=(0,1,2) Y=('x','y','z') Z=zip(x,y) print(z)

Posted on by