What is the output of following code
d = {1:"A", 2:"B", 1:"C"} print(d)
निम्नलिखित कोड का आउटपुट क्या होगा?