Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Digits Multiplication by PawelMartyniuk
def checkio(number):
number_string = str(number)
result = 1
n = 0
while(n
Oct. 24, 2016