M
Q. What is the output of the following program?
dictionary1 = {'GFG' : 1,
'Google' : 2,
'GFG' : 3
}
print(dictionary1['GFG']);
Related MCQs
Q. Which are the smart devices under CCI ?
Q. The most important terms that are used to describe the sound field around a sound emitting object
Q. Which SQL keyword is used to retrieve a maximum value?
Q. Which of the following traversal techniques lists the nodes of binary search in ascending order?
Q. p → p is logically equivalent to
Q. If a page number is not found in the TLB, then it is known as a
Discusssion
Login to discuss.