What is the output of following code
d = {} d[1] = "Python" d[2] = "Java" print(len(d))
निम्नलिखित कोड का आउटपुट क्या होगा?