Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Walrus prod solution in Clear category for Digits Multiplication by Pouf
from math import prod
def checkio(number: int) -> int:
return prod(n for i in str(number) if (n := int(i)))
July 13, 2020