list index error code example Example: python list index out of range #this will result in an IndexError arr = ['item',1,None,'hi'] error = arr[10]