What will be the output of the following Python code?>>>list1 = [1, 3]>>>list2 = list1>>>list1[0] = 4>>>print(list2) - Study24x7
Social learning Network
05 Feb 2024 01:31 PM study24x7 study24x7

What will be the output of the following Python code?See more

A

[1, 4]

B

[1, 3, 4]

C

[4, 3]

D

[1, 3]

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles