MCQ Answer

<p>What will be the output of the following Python code?</p><pre>list1 = [1, 3]<br>list2 = list1<br>list1[0] = 4<br>print(list2)</pre><div><br></div>

What will be the output of the following Python code?

list1 = [1, 3]
list2 = list1
list1[0] = 4
print(list2)



निम्नलिखित Python कोड का आउटपुट क्या होगा?

list1 = [1, 3]
list2 = list1
list1[0] = 4
print(list2)
Topic : Sequence data types in python

A. [1, 3]

B. [4, 3]

C. [1, 4]

D. [1, 3, 4]




Correct Answer is :

B. [4, 3]



Explanation
Lists should be copied by executing [:] operation.
Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad