Computer Science, asked by poonamgagan10, 5 months ago

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 upendrakatti2004
1

Answer:

True, True. MARK AS BRAINLIEST. AND MARK

Similar questions