Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Again solution in Creative category for Digits Multiplication by veky
import operator, functools
checkio=lambda n:functools.reduce(operator.mul,filter(None,map(int,str(n))))
Feb. 20, 2014
Comments: