a= [10,20]
b= a
b + = [30,40]
print (a)
print (b)
Answers
Answered by
1
a=30
b=100
then print both the values.
Similar questions