import operator s = lambda a, b: operator.sub(a, b)
def s(a,b): return a.__sub__(b)
Loading collection data...