Examveda

In Python, how can you get a list of all keys in a dictionary?

A. keys()

B. get_keys()

C. all_keys()

D. list_keys()

Answer: Option A


This Question Belongs to Python Program >> Dictionary In Python

Join The Discussion

Related Questions on Dictionary in Python