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