What is the output of the following Python code??
I=list("1234")
I[0] = I[1] = 6
print(I)



Posted on by