python catch out of range exception code example Example: expect out of range in pytnhon try: gotdata = dlist[1] except IndexError: gotdata = 'null'