Report Bug

Qus

What will be the output of the following Python code?

a={1:5,2:3,3:4}
a.pop(3) 
print(a)
Qus

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

a={1:5,2:3,3:4}
a.pop(3) 
print(a)


A. {1: 5}
B. {1: 5, 2: 3}
C. Error, syntax error for pop() method
D. {1: 5, 3: 4}


Solution
B. {1: 5, 2: 3}



Explanation
pop() method removes the key-value pair for the key mentioned in the pop() method.
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