try: # my code except Exception, e: print e return
myList = []
myMap = {} val = myMap[ key ] if myMap.has_key( key ) : #my code
Category: Development