Examveda
Examveda

What is the purpose of the keys() method for dictionaries?

A. Returns a list of all keys in the dictionary

B. Returns a list of all values in the dictionary

C. Returns a list of all items in the dictionary

D. Returns a list of all keys and values in the dictionary

Answer: Option A


This Question Belongs to Python Program >> Dictionary In Python

Join The Discussion

Related Questions on Dictionary in Python