Computer Science, asked by meet7541, 2 days ago

a= [10,20]
b= a
b + = [30,40]
print (a)
print (b)

Answers

Answered by SachitWadhwani
1

a=30

b=100

then print both the values.

Similar questions