Array based

a = [1,2,3,4,5]

b = a

b[0] =10

print(a)

what will be the output?

language : python

WRITE MY PAPER


Leave a Reply