1 2 3 4 5 6 7 8
class LengthError(BaseException): pass class MirrorError(BaseException): pass def nearest(lists, i, j): return None