Articles → Python → Get The List Of Keys In Dictionary Using Keys Method In Python

Get The List Of Keys In Dictionary Using Keys Method In Python






Code


# A dictionary with 2 keys i.e. name and age
dict = {"name":"gyan", "age":18}

# Convert to list and print list of keys
print("List of keys", list(dict.keys()))



Output


Picture showing the list of keys in dictionary using key method in python
Click to Enlarge


Posted By  -  Karan Gupta
 
Posted On  -  Thursday, April 4, 2019

Query/Feedback


Your Email Id  
 
Subject 
 
Query/FeedbackCharacters remaining 250