Retrieving dictionary key list : Keys : Dictionary PYTHON TUTORIALS


PYTHON TUTORIALS » Dictionary » Keys »

 

Retrieving dictionary key list


keyGenDict={'keys':[1,2,3],1:'blue',2:'fast',3:'test','key':2}


print keyGenDict.keys()



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Dictionary
» Keys