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