Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Just. One. Line. solution in Creative category for CheckSum by Lipen
checkio = lambda data: (lambda s: [str(-s % 10), s])((lambda f: sum(f[1::2]) + sum(map(lambda x: sum(int(x) for x in str(2*x)), f[::2])))(list(map(lambda x: ord(x)-48, __import__('re').sub('[^0-9A-Z]', '', data)[::-1]))))
Sept. 13, 2015