Report Bug
Qus : Which of the following function of dictionary gets all the keys from the dictionary
Qusनिम्नलिखित में से डिक्शनरी का कौन सा फ़ंक्शन डिक्शनरी से सभी की निकालने के लिए किया जाता है

A. getkeys()
B. key()
C. keys()
D. none of the mentioned


Solution
C. keys()






Report Bug