P
Q. What is the output of the following program?
dictionary1 = {'GFG' : 1,
'Google' : 2,
'GFG' : 3
}
print(dictionary1['GFG']);
- Correct Answer - Option(C)
- Views: 92
- Filed under category Python
Discusssion
Login to discuss.