3. What is the output of the
following code? listOne = [20,
40, 60, 80] listTwo = [20, 40,
60, 80] print(listOne ==
listTwo) print(listOne is
list Two)
O False, False
Ο Ο Ο
O False,True
O True, False
O True,True
Answers
Answered by
1
Answer:
True, True. MARK AS BRAINLIEST. AND MARK❤
Similar questions