What is the output of the following code?
a=[4,2,3]
a=touple(a)
a[0]=2
print(a)

Posted on by