Hi,
I am using Python 3.1.1. In perl we can use defined($variab le name) to check whether a variable is defined previously or not.. I am looking for a function in Python which is used to check whether a Dictionary is defined previously.
Note:
I tried with not Operator which is not at all helpful.
I am using Python 3.1.1. In perl we can use defined($variab le name) to check whether a variable is defined previously or not.. I am looking for a function in Python which is used to check whether a Dictionary is defined previously.
Note:
I tried with not Operator which is not at all helpful.
Comment