What will be the output of the following Python code snippet?
a={1:"A",2:"B",3:"C"}print(a.get(3))
निम्नलिखित Python कोड स्निपेट का आउटपुट क्या होगा?
A. Error, invalid syntax एरर,इनवैलिड सिंटैक्स
B. A
C. 5
D. C