Infomax Computer Academy
Report Bug
Qus :
What will be the output?
a = [1, 2, 3]
print(a + [4, 5])
Qus
इसका परिणाम क्या होगा?
a = [1, 2, 3]
print(a + [4, 5])
A. [1, 2, 3, 4, 5]
B. [5, 7, 8]
C. Error
D. [4, 5, 1, 2, 3]
Solution
A. [1, 2, 3, 4, 5]
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