Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Short(77): eval('*'.join(str(i))) solution in Creative category for Numbers Factory by StefanPochmann
checkio=lambda n:next((i for i in range(9**5)if eval('*'.join(str(i)))==n),0)
April 23, 2015
Comments: