In Python, is it possible to have multiple except statements for a single try ? For example:
try: #something1 #something2 except something1: #return xyz except something2: #return abc
python syntax exception-handling
Eva611 May 23 '11 at 10:07 2011-05-23 10:07
source share