Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Digits Multiplication by maxadamski
def checkio(number):
# nie robcie tego w domu :P
return eval('*'.join([c for c in str(number) if c != '0']))
Oct. 19, 2017