Infomax Computer Academy
Report Bug
Qus :
What will be the output?
a = [1, 2, 3]
a.insert(1, 10)
print(a)
Qus
इसका परिणाम क्या होगा?
a = [1, 2, 3]
a.insert(1, 10)
print(a)
A. [1, 10, 2, 3]
B. [10, 1, 2, 3]
C. [1, 2, 10, 3]
D. Error
Solution
A. [1, 10, 2, 3]
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others