Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
48 symbols proc with prod solution in Creative category for Digits Multiplication by CDG.Axel
def checkio(number: int, prod = __import__('math').prod) -> int:
return prod(filter(None, map(int, str(number))))
March 20, 2023
Comments: