Multiple Choice
What is the output of the following program?
Dictionary1 = {'GFG' : 1,'Google' : 2,'GFG' : 3}
Print(dictionary1['GFG']) ;
A) Compilation error due to duplicate keys
B) Runtime time error due to duplicate keys
C) 3
D) 1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: What is the output of the following?<br>Def
Q39: What is the output of the following
Q40: What is the length of sys.argv?<br>A)number of
Q41: What is the output of the following
Q42: What data type is the object below?<br>L
Q43: What is the output of the following
Q44: What is the output of the following?<br>Elements
Q45: What is the output of the following
Q47: What is the type of each element
Q48: To read the entire remaining contents of