Hey thanks for the reply...
But now I need to access the key names dynamically in a program. Eg.
Code:
a= raw_input (" which is the final attribute:")
for i in python.items():
if python.items()[i] == a:
finalAttribute = python.items()[i]
Traceback (most recent call last):
File "C:/Python27/test1.py", line 11, in <module>...
Leave a comment: