Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
All you need solution in Creative category for Digits Multiplication by veky
from math import exp, log
checkio = lambda n: round(exp(sum(map(log, filter(None, map(int, str(n)))))))
Feb. 20, 2015
Comments: