Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Life is Short! solution in Clear category for Digits Multiplication by PHANTOM0308
from math import prod as p
checkio = lambda x: p([int(i) for i in str(x) if i != '0'] or 0)
May 20, 2021