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