Computer Science, asked by sarojpareek027, 17 days ago

Consider the list given : A= [1,2], B=[1,2] What will be the output of this line? print(A==B) *

Answers

Answered by saravana199748
0

Answer:

True

Explanation:

both A and B variables consist of same elements and same number of list elements

Similar questions